diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 30e9969f..df7050d7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,7 @@ == master +== 0.3.1 / 2008-10-26 + * Fix the initial state not getting set when the state attribute is mass-assigned but protected * Change how the base module is included to prevent namespacing conflicts diff --git a/Rakefile b/Rakefile index d7fe3160..fd7a56b1 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher' spec = Gem::Specification.new do |s| s.name = 'state_machine' - s.version = '0.3.0' + s.version = '0.3.1' s.platform = Gem::Platform::RUBY s.summary = 'Adds support for creating state machines for attributes within a model'