Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Mar 5, 2014
1 parent 5befde9 commit d0546ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [Master][]

# [1.1.2][] (2014-03-05)

- Don't constantize classes for model filters on initialization. This fixes a
bug that made those filters dependent on load order.

Expand Down Expand Up @@ -162,7 +164,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.1.1...master
[master]: https://github.com/orgsync/active_interaction/compare/v1.1.2...master
[1.1.2]: https://github.com/orgsync/active_interaction/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/orgsync/active_interaction/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/orgsync/active_interaction/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/orgsync/active_interaction/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
#
# @since 1.0.0
#
# @version 1.1.1
# @version 1.1.2
module ActiveInteraction end
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('1.1.1')
VERSION = Gem::Version.new('1.1.2')
end

0 comments on commit d0546ff

Please sign in to comment.