Skip to content

Commit

Permalink
Bumped version and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Feb 14, 2010
1 parent 02916f0 commit 13e1573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Expand Up @@ -6,8 +6,9 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 2.3.2 (NOT RELEASED YET)
## 2.3.2 (2010-02-14)

* Fixed finding by old slug when using cached slugs.
* Sequence separator parsing now correctly handles occurrences of the sequence
separator string inside the friendly_id text (Johan Kok).
* Fixed missing quotes on table names in a few places (Brian Collins).
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -2,7 +2,7 @@ module FriendlyId
module Version
MAJOR = 2
MINOR = 3
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit 13e1573

Please sign in to comment.