Skip to content

Commit 7331182

Browse files
committed
v2.2.5
1 parent 3c3e1d6 commit 7331182

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
## 2.2.5 (2025-04-05)
4+
* add allow_empty_date_and_datetime option for more lenient format parsing #182
5+
36
## 2.2.4 (2025-02-27)
47
* skip validation if format is set to `binary` #180
58

lib/openapi_parser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAPIParser
2-
VERSION = '2.2.4'.freeze
2+
VERSION = '2.2.5'.freeze
33
end

0 commit comments

Comments
 (0)