Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 10, 2014
1 parent 9fdd70a commit 9d415a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,7 @@
# [Master][]

# [1.4.0][] (2014-12-10)

## Changed

- [#239][]: Accept `ActiveRecord::Relation` objects as `array` inputs.
Expand Down Expand Up @@ -358,7 +360,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.3.1...master
[master]: https://github.com/orgsync/active_interaction/compare/v1.4.0...master
[1.4.0]: https://github.com/orgsync/active_interaction/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/orgsync/active_interaction/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/orgsync/active_interaction/compare/v1.2.5...v1.3.0
[1.2.5]: https://github.com/orgsync/active_interaction/compare/v1.2.4...v1.2.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ This project uses [semantic versioning][13].
Add it to your Gemfile:

``` ruby
gem 'active_interaction', '~> 1.3'
gem 'active_interaction', '~> 1.4'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Expand Up @@ -50,5 +50,5 @@
#
# @since 1.0.0
#
# @version 1.3.1
# @version 1.4.0
module ActiveInteraction end
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('1.3.1')
VERSION = Gem::Version.new('1.4.0')
end

0 comments on commit 9d415a2

Please sign in to comment.