Skip to content

Commit b06b7de

Browse files
committed
v2.2.0
1 parent b404a0a commit b06b7de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 2.2.0 (2024-10-23)
4+
### Fixed
5+
* support schemas validation in additionalProperties and remove additionalProperties logic from allof
6+
* suppress method redefined warning
7+
* add base64 dev dependency for ruby-head compatibility
8+
* remove no longer needed activesupport dev dep thanks to a fix upstream
9+
* add dependabot config
10+
* remove no longer used code for old rubies
11+
* bump actions/checkout
12+
* add ruby 3.3 to test matrix
13+
* fix uuid validation logic (make it more strict)
14+
315
## 2.1.0 (2024-04-03)
416
### Fixed
517
* Add full-date compliant date format validation #164

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.1.0'.freeze
2+
VERSION = '2.2.0'.freeze
33
end

0 commit comments

Comments
 (0)