Skip to content

Commit

Permalink
Add changelog note for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Nov 18, 2017
1 parent a1096b6 commit d04ce62
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.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))

## 1.1.1 (2017-11-03)
- Fix eager loading and finding records through a parent. ([#39](https://github.com/jcypret/hashid-rails/pull/39))

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.1.1".freeze
VERSION = "1.2.0".freeze
end
end

0 comments on commit d04ce62

Please sign in to comment.