Skip to content

Commit

Permalink
version bump to 3.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Aug 27, 2013
1 parent 44513ee commit d9c0eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.0.21

* support nested ActiveRecord transactions ([@ozeias](https://github.com/ozeias))
* allow overwriting of events, can be very useful with inheritance ([@Intrepidd](https://github.com/Intrepidd))

## 3.0.20

* added configuration option to disable automatic scope creation
Expand Down
2 changes: 1 addition & 1 deletion lib/aasm/version.rb
@@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.20"
VERSION = "3.0.21"
end

0 comments on commit d9c0eba

Please sign in to comment.