mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.1 (support for mongoid)
This commit is contained in:
parent
64fef3899f
commit
ee9b1cd19c
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* added support for Mongoid (Thanks, Michał Taberski)
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* switched documentation to the new DSL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.0"
|
||||
VERSION = "3.0.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue