Skip to content

Commit

Permalink
Release version 1.1.1 with eager loading fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Nov 4, 2017
1 parent ce4d330 commit fb0f112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

## 1.1.0 (2017-10-04)
- Add option to disable hashid signing. This adds backwards compatibility with
pre-1.0 releases. Thanks [@olliebennett](https://github.com/olliebennett)! ([#37](https://github.com/jcypret/hashid-rails/pull/37))
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.0".freeze
VERSION = "1.1.1".freeze
end
end

0 comments on commit fb0f112

Please sign in to comment.