Skip to content

Commit

Permalink
Version bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Nov 14, 2013
1 parent b790b8f commit 37f15dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# [Master][]

# [0.6.0][] (2013-11-13)
# [0.6.1][] (2013-11-14)

- Re-release. Forgot to merge into master.

# [0.6.0][] (2013-11-14)

- Error class now end with `Error`.
- By default, strip unlisted keys from hashes. To retain the old behavior, set
Expand Down Expand Up @@ -66,7 +70,8 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v0.6.0...master
[master]: https://github.com/orgsync/active_interaction/compare/v0.6.1...master
[0.6.1]: https://github.com/orgsync/active_interaction/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/orgsync/active_interaction/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/orgsync/active_interaction/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/orgsync/active_interaction/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 0.6.0'
gem 'active_interaction', '~> 0.6.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
@@ -1,3 +1,3 @@
module ActiveInteraction
VERSION = Gem::Version.new('0.6.0')
VERSION = Gem::Version.new('0.6.1')
end

0 comments on commit 37f15dd

Please sign in to comment.