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 Oct 26, 2009
1 parent ba3e5df commit dedf53b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 2.2.2 2009-10-26

* 1 minor enhancement:
* Fixed Rake tasks creating duplicate slugs and not properly clearing cached slugs (closes GH issues #14 and #15)

== 2.2.1 2009-10-23

* 2 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Expand Up @@ -4,7 +4,7 @@ module FriendlyId #:nodoc:
module Version #:nodoc:
MAJOR = 2
MINOR = 2
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
2 changes: 0 additions & 2 deletions lib/tasks/friendly_id.rake
@@ -1,5 +1,3 @@
require "friendly_id/tasks"

namespace :friendly_id do
desc "Make slugs for a model."
task :make_slugs => :environment do
Expand Down

0 comments on commit dedf53b

Please sign in to comment.