diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fe4e0..14e37e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/hashid/rails/version.rb b/lib/hashid/rails/version.rb index eddb1b1..91e3995 100644 --- a/lib/hashid/rails/version.rb +++ b/lib/hashid/rails/version.rb @@ -1,5 +1,5 @@ module Hashid module Rails - VERSION = "0.5.0".freeze + VERSION = "0.6.0".freeze end end