Skip to content

Commit 403791f

Browse files
committed
version bump to 3.0.25
1 parent 09e5ae5 commit 403791f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
66

7+
## 3.0.25
8+
9+
* initialize the state even if validation is skipped (for ActiveRecord and Mongoid persistence) (see issue #103, thanks to [@vfonic](https://github.com/vfonic) and [@aaronklaassen](https://github.com/aaronklaassen))
10+
711
## 3.0.24
812

913
* added support for event blocks (thanks to [@Intrepidd](https://github.com/Intrepidd))

lib/aasm/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AASM
2-
VERSION = "3.0.24"
2+
VERSION = "3.0.25"
33
end

0 commit comments

Comments
 (0)