Skip to content

Commit

Permalink
bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Oct 22, 2022
1 parent 20fbbeb commit 70da431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [5.2.0][] (TBD)
# [5.2.0][] (2022-10-22)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ handles your verbs.
Add it to your Gemfile:

``` rb
gem 'active_interaction', '~> 5.1'
gem 'active_interaction', '~> 5.2'
```

Or install it manually:

``` sh
$ gem install active_interaction --version '~> 5.1'
$ gem install active_interaction --version '~> 5.2'
```

This project uses [Semantic Versioning][]. Check out [GitHub releases][] for a
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('5.1.1')
VERSION = Gem::Version.new('5.2.0')
end

0 comments on commit 70da431

Please sign in to comment.