Skip to content

Commit

Permalink
Update changelog and version for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Jul 29, 2018
1 parent 08716b9 commit 73f2ea6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.2 (2018-07-29)
### Fixed
- Handle exception raised when using a letter-only alphabet and attempting to
decode an integer ID from [@Drakula2k](https://github.com/Drakula2k) ([#54](https://github.com/jcypret/hashid-rails/pull/54)).

## 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/hashid/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Hashid
module Rails
VERSION = "1.2.1"
VERSION = "1.2.2"
end
end

0 comments on commit 73f2ea6

Please sign in to comment.