Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Apr 28, 2015
1 parent 6794439 commit 333b111
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 @@
# [1.5.1][] (2015-04-28)

## Fixed

- [#265][]: Allow `nil` inputs for interface and model filters.
Expand Down Expand Up @@ -379,6 +381,7 @@

- Initial release.

[1.5.1]: https://github.com/orgsync/active_interaction/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/orgsync/active_interaction/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/orgsync/active_interaction/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/orgsync/active_interaction/compare/v1.3.1...v1.4.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 @@ -51,5 +51,5 @@
#
# @since 1.0.0
#
# @version 1.5.0
# @version 1.5.1
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.5.0')
VERSION = Gem::Version.new('1.5.1')
end

0 comments on commit 333b111

Please sign in to comment.