Skip to content

Commit

Permalink
Prepped 4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Mar 26, 2012
1 parent ed75923 commit 641c2f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -6,6 +6,11 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 4.0.4 (2012-03-26)

* Fix globalize plugin to avoid issues with asset precompilation (Philip Arndt)


## 4.0.3 (2012-03-14)

* Fix escape for '%' and '_' on SQLite (Norman Clarke and Sergey Petrunin)
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id.rb
Expand Up @@ -45,7 +45,7 @@
module FriendlyId

# The current version.
VERSION = "4.0.3"
VERSION = "4.0.4"

@mutex = Mutex.new

Expand Down

0 comments on commit 641c2f5

Please sign in to comment.