From fc5ce78c76e484e5cced29a5eb4f969988bd7dfa Mon Sep 17 00:00:00 2001 From: Andrew Appleton Date: Wed, 21 May 2014 10:31:27 +0100 Subject: [PATCH] Bump to 0.6.1 --- CHANGELOG.md | 4 ++++ lib/statesman/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac9f561..2c7228fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v 0.6.1 21 May 2014 +*Fixes* +- Fixes an issue where the wrong transition was passed to after_transition callbacks for the second and subsequent transition of a given state machine (patch by [@alan](https://github.com/alan)) + ## v0.6.0, 19 May 2014 *Additions* - Generators now handle namespaced classes (patch by [@hrmrebecca](https://github.com/hrmrebecca)) diff --git a/lib/statesman/version.rb b/lib/statesman/version.rb index 82af4032..4d5339a7 100644 --- a/lib/statesman/version.rb +++ b/lib/statesman/version.rb @@ -1,3 +1,3 @@ module Statesman - VERSION = "0.6.0" + VERSION = "0.6.1" end