From f563244d1e0861bc6ad1bf99e4645a9988febe57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Thu, 10 Sep 2015 21:59:24 +1200 Subject: [PATCH] version bump to 4.3.0 (support for multiple state machines per class) --- CHANGELOG.md | 2 +- lib/aasm/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fa59d..78305da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 4.3.0 (not yet released) +## 4.3.0 * add support for multiple state machines per class (see [issue #158](https://github.com/aasm/aasm/issues/158) and [issue #240](https://github.com/aasm/aasm/issues/240) for details) * special thanks to [@evadne](https://github.com/evadne) for testing this feature, and providing comments and patches (see [issue #245](https://github.com/aasm/aasm/issues/245) for details) diff --git a/lib/aasm/version.rb b/lib/aasm/version.rb index f637511..7cc79bb 100644 --- a/lib/aasm/version.rb +++ b/lib/aasm/version.rb @@ -1,3 +1,3 @@ module AASM - VERSION = "4.2.0" + VERSION = "4.3.0" end