From ab5219bec86bea7de956b634bde13c7071ceac4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Sat, 11 Jan 2014 12:45:42 +0100 Subject: [PATCH] version bump to 3.0.26 --- CHANGELOG.md | 6 +++++- lib/aasm/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac57fd3..65cafb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # CHANGELOG -## 3.1.0 (not yet released) +## 3.9.0 (not yet released) * deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0 +## 3.0.26 + + * support state.human_name (aliased to state.localized_name) (see [issue #105](https://github.com/aasm/aasm/issues/105) + ## 3.0.25 * initialize the state even if validation is skipped (for ActiveRecord and Mongoid persistence) (see [issue #103](https://github.com/aasm/aasm/issues/103), thanks to [@vfonic](https://github.com/vfonic) and [@aaronklaassen](https://github.com/aaronklaassen)) diff --git a/lib/aasm/version.rb b/lib/aasm/version.rb index 5813e33..1e0a4af 100644 --- a/lib/aasm/version.rb +++ b/lib/aasm/version.rb @@ -1,3 +1,3 @@ module AASM - VERSION = "3.0.25" + VERSION = "3.0.26" end