Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed May 2, 2014
1 parent cac02d3 commit 830eb3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,7 @@
# [Master][]

# [1.2.1][] (2014-05-02)

- Fix a bug that marked model inputs as invalid even if they returned true for
`object.is_a?(klass)`.

Expand Down Expand Up @@ -197,7 +199,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.2.0...master
[master]: https://github.com/orgsync/active_interaction/compare/v1.2.1...master
[1.2.1]: https://github.com/orgsync/active_interaction/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/orgsync/active_interaction/compare/v1.1.7...v1.2.0
[1.1.7]: https://github.com/orgsync/active_interaction/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/orgsync/active_interaction/compare/v1.1.5...v1.1.6
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Expand Up @@ -49,5 +49,5 @@
#
# @since 1.0.0
#
# @version 1.2.0
# @version 1.2.1
module ActiveInteraction end
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('1.2.0')
VERSION = Gem::Version.new('1.2.1')
end

0 comments on commit 830eb3a

Please sign in to comment.