Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jan 16, 2024
1 parent aebcc10 commit 77d0c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0] - 2024-01-16
- Implement cache in schema loading #385
- Upgrade `openapi_parser` dependency to 2.0 #400
- Drop support for Ruby 2.6 #403

## [5.0.0] - 2023-01-28
- Skip content-type validation in OpenAPI 3 when body is both optional & empty #355
- Support RequestBody.required for OpenAPI 3
Expand Down
2 changes: 1 addition & 1 deletion lib/committee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Committee
VERSION = '5.0.0'.freeze
VERSION = '5.1.0'.freeze
end

0 comments on commit 77d0c33

Please sign in to comment.