Skip to content

Commit

Permalink
💼 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Sep 3, 2015
1 parent 1a5a00a commit c4867cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
# [2.1.2][] (2015-09-03)

## Fixed

- [#298][]: Fixed a bug that raised exceptions when passing invalid nested
Expand Down Expand Up @@ -442,6 +444,7 @@ For help upgrading to version 2, please read [the announcement post][].

- Initial release.

[2.1.2]: https://github.com/orgsync/active_interaction/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/orgsync/active_interaction/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/orgsync/active_interaction/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/orgsync/active_interaction/compare/v2.0.0...v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Expand Up @@ -9,7 +9,7 @@
#
# @since 1.0.0
#
# @version 2.1.1
# @version 2.1.2
module ActiveInteraction
end

Expand Down
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('2.1.1')
VERSION = Gem::Version.new('2.1.2')
end

0 comments on commit c4867cf

Please sign in to comment.