diff --git a/Changelog.md b/Changelog.md index df2f58676..4ec2bb0c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ suggestions, ideas and improvements to FriendlyId. * Table of Contents {:toc} -## 3.2.0 (NOT RELEASED YET) +## 3.2.0 (2011-01-17) * Fixed deprecation on Rails edge. Thanks [slbug](http://github.com/slbug) * Removes `:scope` as a find parameter, allowing more flexible finds with diff --git a/lib/friendly_id/version.rb b/lib/friendly_id/version.rb index 131567458..11c2772ad 100644 --- a/lib/friendly_id/version.rb +++ b/lib/friendly_id/version.rb @@ -3,7 +3,7 @@ module Version MAJOR = 3 MINOR = 2 TINY = 0 - BUILD = "rc1" + BUILD = nil STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end end