Skip to content

Commit

Permalink
Bump version to 5.4.0 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jun 17, 2024
1 parent 5e883dd commit 417cc2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.4.0] - 2024-06-17

### Changed

- Ensure request body is always rewound [#425](https://github.com/interagent/committee/pull/425)
- `Rack::Request#POST` no longer rewind, it because removed in rack/rack@42aff22f708123839ba706cbe659d108b47c40c7.

## [5.3.0] - 2024-05-16

### Added
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.3.0'.freeze
VERSION = '5.4.0'.freeze
end

0 comments on commit 417cc2f

Please sign in to comment.