Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 21, 2024
1 parent 32514e7 commit 9a54900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

## 2.2.2 (2024-11-21)
* make content-type lookup case-insensitive #178

## 2.2.1 (2024-10-23)
* revert schemas validation in additionalProperties and remove additionalProperties logic from allof (breaking things for me, will revisit)

Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenAPIParser
VERSION = '2.2.1'.freeze
VERSION = '2.2.2'.freeze
end

0 comments on commit 9a54900

Please sign in to comment.