Skip to content

Commit 0b68c8c

Browse files
committed
v2.3.1
1 parent 2e4e440 commit 0b68c8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
## 2.3.1 (2025-11-14)
4+
* add optional date coercion with behavior matching existing datetime coercion
5+
36
## 2.3.0 (2025-10-01)
47
* bump base64 dep
58
* bump actions checkout dep

lib/openapi_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAPIParser
2-
VERSION = '2.3.0'.freeze
2+
VERSION = '2.3.1'.freeze
33
end

0 commit comments

Comments
 (0)