Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota42y committed Oct 15, 2023
1 parent cbaf7d8 commit 268dd89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake
- run: |
gem update --system 3.2.3
bundle exec rake
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 1.1.0 (2023-10-15)
### Added
* Support for uniqueItems in array #154
* Fix nullable field does not work with allOf, anyOf and oneOf keyword #128

## 1.0.0 (2021-02-03)
### Added
* Add date-time format validation #126
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 = '1.0.0'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 268dd89

Please sign in to comment.