From fe04501f9b115a65374484f38862c6f6cb8e055a Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 7 Aug 2014 10:09:02 -0500 Subject: [PATCH] Bump version to 1.2.4 --- CHANGELOG.md | 5 ++++- lib/active_interaction.rb | 2 +- lib/active_interaction/version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085197ab..32f2dc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Master][] +# [1.2.4][] (2014-08-07) + ## Fixed - [#203][]: Fix a bug that prevented transaction options from being passed to @@ -326,7 +328,8 @@ - Initial release. - [master]: https://github.com/orgsync/active_interaction/compare/v1.2.3...master + [master]: https://github.com/orgsync/active_interaction/compare/v1.2.4...master + [1.2.4]: https://github.com/orgsync/active_interaction/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/orgsync/active_interaction/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/orgsync/active_interaction/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/orgsync/active_interaction/compare/v1.2.0...v1.2.1 diff --git a/lib/active_interaction.rb b/lib/active_interaction.rb index bd1e0526..b3e63ed2 100644 --- a/lib/active_interaction.rb +++ b/lib/active_interaction.rb @@ -50,5 +50,5 @@ # # @since 1.0.0 # -# @version 1.2.3 +# @version 1.2.4 module ActiveInteraction end diff --git a/lib/active_interaction/version.rb b/lib/active_interaction/version.rb index d075c645..cba64dee 100644 --- a/lib/active_interaction/version.rb +++ b/lib/active_interaction/version.rb @@ -5,5 +5,5 @@ module ActiveInteraction # The version number. # # @return [Gem::Version] - VERSION = Gem::Version.new('1.2.3') + VERSION = Gem::Version.new('1.2.4') end