Skip to content

Commit

Permalink
💼 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Oct 2, 2015
1 parent a2c0d03 commit 5de27ce
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.3][] (2015-10-02)

## Fixed

- [#303][]: Allowed ActiveRecord associations as inputs to array filters.
Expand Down Expand Up @@ -453,6 +455,7 @@ For help upgrading to version 2, please read [the announcement post][].

- Initial release.

[2.1.3]: https://github.com/orgsync/active_interaction/compare/v2.1.2...v2.1.3
[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
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.2
# @version 2.1.3
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.2')
VERSION = Gem::Version.new('2.1.3')
end

0 comments on commit 5de27ce

Please sign in to comment.