From 70da43173e29b44f0ade027140aae1cbd721f66a Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Fri, 21 Oct 2022 21:56:15 -0500 Subject: [PATCH] bump version to 5.2.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- lib/active_interaction/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a0f7f6..e37deea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [5.2.0][] (TBD) +# [5.2.0][] (2022-10-22) ## Added diff --git a/README.md b/README.md index 68bbde6c..fb79d0d2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/active_interaction/version.rb b/lib/active_interaction/version.rb index 0cf29480..6e316817 100644 --- a/lib/active_interaction/version.rb +++ b/lib/active_interaction/version.rb @@ -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