diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9b88a..7c2fef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.0 (2017-01-23) + +- Add posibility to disable noblanks method in Signer initialization (#16, @bpietraga) +- Minimum ruby version is now 2.1 + ## 1.4.3 (2015-10-28) - Fixed Issuer Name node (#8, @tiagocasanovapt) diff --git a/lib/signer/version.rb b/lib/signer/version.rb index 435a880..3480a93 100644 --- a/lib/signer/version.rb +++ b/lib/signer/version.rb @@ -1,3 +1,3 @@ class Signer - VERSION = '1.4.3' + VERSION = '1.5.0' end