Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Apr 30, 2014
1 parent e47a8fa commit 57e64f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.2.0][] (2014-04-30)

- Add a decimal filter.
- Add support for disabling and modifying transactions through the
`transaction` helper method.
Expand Down Expand Up @@ -191,7 +193,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.1.7...master
[master]: https://github.com/orgsync/active_interaction/compare/v1.2.0...master
[1.2.0]: https://github.com/orgsync/active_interaction/compare/v1.1.7...v1.2.0
[1.1.7]: https://github.com/orgsync/active_interaction/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/orgsync/active_interaction/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/orgsync/active_interaction/compare/v1.1.4...v1.1.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project uses [semantic versioning][13].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 1.1'
gem 'active_interaction', '~> 1.2'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
#
# @since 1.0.0
#
# @version 1.1.7
# @version 1.2.0
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.7')
VERSION = Gem::Version.new('1.2.0')
end

0 comments on commit 57e64f8

Please sign in to comment.