Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jan 17, 2011
1 parent 6745350 commit 58e27b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Expand Up @@ -6,7 +6,7 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents * Table of Contents
{:toc} {:toc}


## 3.2.0 (NOT RELEASED YET) ## 3.2.0 (2011-01-17)


* Fixed deprecation on Rails edge. Thanks [slbug](http://github.com/slbug) * Fixed deprecation on Rails edge. Thanks [slbug](http://github.com/slbug)
* Removes `:scope` as a find parameter, allowing more flexible finds with * Removes `:scope` as a find parameter, allowing more flexible finds with
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 3 MAJOR = 3
MINOR = 2 MINOR = 2
TINY = 0 TINY = 0
BUILD = "rc1" BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end end
end end

0 comments on commit 58e27b3

Please sign in to comment.