Skip to content

Commit

Permalink
Prepare patch release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Jan 13, 2018
1 parent c45cc8a commit 07c11b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1 (2018-01-13)
- Found issue where unsigned hashids with `find` did not fall back to passed in ID ([#46](https://github.com/jcypret/hashid-rails/pull/46)).
- Move finder specs to a shared example run against both the signed and unsigned hashids.

## 1.2.0 (2017-11-17)
- Fix regression where `find_by_hashid` and `find_by_hashid!` attempt to decode
values that are not hashids. ([#41](https://github.com/jcypret/hashid-rails/pull/41))
Expand Down
2 changes: 1 addition & 1 deletion lib/hashid/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hashid
module Rails
VERSION = "1.2.0".freeze
VERSION = "1.2.1".freeze
end
end

0 comments on commit 07c11b2

Please sign in to comment.