Skip to content

Commit

Permalink
💼 v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Aug 4, 2015
1 parent 8839c81 commit cc895a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [2.1.1][] (2015-08-04)

## Fixed

- [#296][]: Fixed a bug that silently converted invalid lazy default values to
Expand Down Expand Up @@ -435,6 +437,7 @@ For help upgrading to version 2, please read [the announcement post][].

- Initial release.

[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
[2.0.0]: https://github.com/orgsync/active_interaction/compare/v1.6.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# @since 1.0.0
#
# @version 2.1.0
# @version 2.1.1
module ActiveInteraction
end

Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('2.1.0')
VERSION = Gem::Version.new('2.1.1')
end

0 comments on commit cc895a3

Please sign in to comment.