Skip to content

Commit

Permalink
Bumped version and updated history files.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Apr 26, 2010
1 parent ba99498 commit fbb9daf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -6,6 +6,10 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 3.0.3 (2010-04-26)

* Fixed scope update when models use polymorphic relations.

## 3.0.2 (2010-04-09)

* Fixed finding non-slugged models by an array of ids.
Expand Down
4 changes: 3 additions & 1 deletion Contributors.md
Expand Up @@ -24,13 +24,15 @@ community, in particular from the following people:
* Josh Nichols
* Juan Schwindt
* Kamal Fariz Mahyuddin
* Laurence A. Lee
* Louis T.
* Mikhail Shirkov
* Nathan Phelps
* Nash Kabbara
* Nathan Phelps
* Ramon Soares
* Rdavila
* Rob Ingram
* Ryan Wood
* Sean Abrahams
* Steve Luscher
* Steven Noble
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -2,7 +2,7 @@ module FriendlyId
module Version
MAJOR = 3
MINOR = 0
TINY = 2
TINY = 3
BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
Expand Down

0 comments on commit fbb9daf

Please sign in to comment.