Skip to content

Commit

Permalink
Prepare 0.6.0 release of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Jan 8, 2017
1 parent 23caa22 commit 6cef974
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

## 0.6.0 (2017-01-07)
- Add Rubocop and adjust styles to be consistent.
- Fix issue where finding multiple non-hashids returns an array of nils.
- Switch over testing to use SQLite for more accurate db interactions.

## 0.5.0 (2016-10-15)
- Update specs to support Rails 5.x series.

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 = "0.5.0".freeze
VERSION = "0.6.0".freeze
end
end

0 comments on commit 6cef974

Please sign in to comment.