diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a8384..459aead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.0 (2016-03-10) +- Customize the alphabet used for Hashids + ## 0.2.0 (2016-01-02) - Customize the Hashid seed and length using a configuration initializer. diff --git a/lib/hashid/rails/version.rb b/lib/hashid/rails/version.rb index c64ba18..29b927a 100644 --- a/lib/hashid/rails/version.rb +++ b/lib/hashid/rails/version.rb @@ -1,5 +1,5 @@ module Hashid module Rails - VERSION = '0.2.0' + VERSION = '0.3.0' end end