version bump to 3.0.21

This commit is contained in:
Thorsten Böttger 2013-08-27 23:12:18 +02:00
parent 44513eed27
commit d9c0ebad95
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.20"
VERSION = "3.0.21"
end