Skip to content

Commit

Permalink
Prepare for v2.2.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Sep 25, 2024
1 parent 0a7a746 commit 306a938
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Complete, fast and testable actions for Rack

## v2.2.0.beta1 - 2024-09-25

### Added

- [Tim Riley, Krzysztof Piotrowski] Add support for using full dry-validation contracts for action param validation, via `Hanami::Action.contract` (#453, #454)

## v2.2.0.beta1 - 2024-07-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/controller/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module Controller
#
# @since 0.1.0
# @api public
VERSION = "2.2.0.beta1"
VERSION = "2.2.0.beta2"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/controller/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe "Hanami::Controller::VERSION" do
it "returns current version" do
expect(Hanami::Controller::VERSION).to eq("2.2.0.beta1")
expect(Hanami::Controller::VERSION).to eq("2.2.0.beta2")
end
end

0 comments on commit 306a938

Please sign in to comment.