Skip to content

Commit

Permalink
Update changelog and version for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Oct 5, 2017
1 parent 237f400 commit 7cf5897
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.1.0 (2017-10-04)
- Add option to disable hashid signing. This adds backwards compatibility with
pre-1.0 releases. Thanks @olliebennett!
- Add note to README about upgrading from pre-1.0 releases.

## 1.0.0 (2017-04-29)
- Sign hashids to prevent accidentally decoded regular ids
- Require explicitly including Hashid::Rails in models
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.0.0".freeze
VERSION = "1.1.0".freeze
end
end

0 comments on commit 7cf5897

Please sign in to comment.