Skip to content

Commit

Permalink
Version bump to 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anilmaurya committed Jul 18, 2017
1 parent 171b99d commit d883af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,9 @@
# CHANGELOG

## unreleased


## 4.12.1

* DRY-up Mongoid and ActiveRecord Persistence, Add Sequel transactions and locking #475, thanks to [@Aryk] (https://github.com/Aryk)
* Add aliases for event methods #476, thanks to [@Aryk] (https://github.com/Aryk)
* Support Minitest spec expectations (#387), thanks to [@faragorn] (https://github.com/faragorn)
Expand Down
2 changes: 1 addition & 1 deletion lib/aasm/version.rb
@@ -1,3 +1,3 @@
module AASM
VERSION = "4.12.0"
VERSION = "4.12.1"
end

0 comments on commit d883af3

Please sign in to comment.