version bump to 4.5.0

This commit is contained in:
Thorsten Böttger 2015-11-16 22:21:44 +13:00
parent 8783bc5462
commit f5c9bfe5b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## unreleased
## 4.5.0
* add RSpec matchers `have_state`, `allow_event` and `allow_transition_to` (see [issue #147](https://github.com/aasm/aasm/issues/147) for details)
* add RSpec matcher `transition_from` (see [issue #178](https://github.com/aasm/aasm/issues/178) for details, thanks to [@thomasstephane](https://github.com/thomasstephane))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.4.1"
VERSION = "4.5.0"
end