Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Dec 12, 2011
1 parent a093ff8 commit e7f84ba
Show file tree
Hide file tree
Showing 2 changed files with 6 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.1.1 (2011-12-12)

* Fix for "can't modify frozen hash" on 3.1 ([Theo Cushion](https://github.com/theozaurus))

## 3.3.0 (2011-08-31)

* Support for Active Record 2.3 dropped
Expand Down
4 changes: 2 additions & 2 deletions lib/friendly_id/version.rb
Expand Up @@ -2,8 +2,8 @@ module FriendlyId
module Version
MAJOR = 3
MINOR = 3
TINY = 0
BUILD = 1
TINY = 1
BUILD = nil
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end
end

0 comments on commit e7f84ba

Please sign in to comment.