We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4e440 commit 0b68c8cCopy full SHA for 0b68c8c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 2.3.1 (2025-11-14)
4
+* add optional date coercion with behavior matching existing datetime coercion
5
+
6
## 2.3.0 (2025-10-01)
7
* bump base64 dep
8
* bump actions checkout dep
lib/openapi_parser/version.rb
@@ -1,3 +1,3 @@
module OpenAPIParser
- VERSION = '2.3.0'.freeze
+ VERSION = '2.3.1'.freeze
end
0 commit comments