diff --git a/CHANGELOG.md b/CHANGELOG.md index 3608aee3..7868ef9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [Master][] +# [1.0.4][] (2014-02-11) + - Add translations to the gem specification. # [1.0.3][] (2014-02-11) @@ -137,7 +139,8 @@ - Initial release. - [master]: https://github.com/orgsync/active_interaction/compare/v1.0.3...master + [master]: https://github.com/orgsync/active_interaction/compare/v1.0.4...master + [1.0.4]: https://github.com/orgsync/active_interaction/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/orgsync/active_interaction/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/orgsync/active_interaction/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/orgsync/active_interaction/compare/v1.0.0...v1.0.1 diff --git a/lib/active_interaction.rb b/lib/active_interaction.rb index d4400efd..61c83272 100644 --- a/lib/active_interaction.rb +++ b/lib/active_interaction.rb @@ -41,5 +41,5 @@ # # @since 1.0.0 # -# @version 1.0.3 +# @version 1.0.4 module ActiveInteraction end diff --git a/lib/active_interaction/version.rb b/lib/active_interaction/version.rb index 1e9d2342..68e75439 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.0.3') + VERSION = Gem::Version.new('1.0.4') end