Skip to content

Commit

Permalink
Prepare for v2.2.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jul 15, 2024
1 parent ccb377b commit 18b41c4
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 @@

Validations mixin for Ruby objects

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

### Changed

- Drop support for Ruby 3.0

## v2.1.0 - 2024-02-27

## v2.1.0.rc3 - 2024-02-16
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/validations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module Validations
#
# @since 0.1.0
# @api public
VERSION = "2.1.0"
VERSION = "2.2.0.beta1"
end
end
2 changes: 1 addition & 1 deletion spec/unit/hanami/validations/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

0 comments on commit 18b41c4

Please sign in to comment.