Skip to content

Commit

Permalink
Version bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Oct 15, 2013
1 parent 3e0bc95 commit e3e5929
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# [Master][]

# [0.5.0][]

- Allow adding errors in `execute` method with `errors.add`.
- Prevent manually setting the outcome's result.

Expand Down Expand Up @@ -47,6 +49,7 @@
- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v0.5.0...master
[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
[0.3.0]: https://github.com/orgsync/active_interaction/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/orgsync/active_interaction/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 0.4.0'
gem 'active_interaction', '~> 0.5.0'
```

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.4.0')
VERSION = Gem::Version.new('0.5.0')
end

0 comments on commit e3e5929

Please sign in to comment.