Skip to content

Commit 95f66e1

Browse files
committed
v2.2.3
1 parent 58d98f0 commit 95f66e1

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.3 (2024-12-12)
4+
* fix parent_discriminator_schema nil from all_of_validator #179
5+
36
## 2.2.2 (2024-11-21)
47
* make content-type lookup case-insensitive #178
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.2'.freeze
2+
VERSION = '2.2.3'.freeze
33
end

0 commit comments

Comments
 (0)