Skip to content

Commit

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

# [1.1.4][] (2014-03-31)

- Fix an issue where non-stripped hash keys would be incorrectly converted to strings.

# [1.1.3][] (2014-03-31)

- Fix Rubocop errors and pin the version to avoid future issues with new cops
Expand Down Expand Up @@ -170,7 +174,8 @@

- Initial release.

[Master]: https://github.com/orgsync/active_interaction/compare/v1.1.3...master
[Master]: https://github.com/orgsync/active_interaction/compare/v1.1.4...master
[1.1.4]: https://github.com/orgsync/active_interaction/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/orgsync/active_interaction/compare/v1.1.2...v1.1.3
[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
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.3
# @version 1.1.4
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.3')
VERSION = Gem::Version.new('1.1.4')
end

0 comments on commit c4606a2

Please sign in to comment.