diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b1dc3..0dc1edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## 0.11.8 - February 8, 2018 +## 0.11.9 - February 8, 2018 - Add support for Australian swift national ids +## 0.11.8 - February 8, 2018 + +- Incorrectly published version. Please do not use. + ## 0.11.7 - December 20, 2017 - Add support for Australian pseudo-IBANs diff --git a/lib/ibandit/version.rb b/lib/ibandit/version.rb index ec8ccbb..472c50e 100644 --- a/lib/ibandit/version.rb +++ b/lib/ibandit/version.rb @@ -1,3 +1,3 @@ module Ibandit - VERSION = "0.11.8".freeze + VERSION = "0.11.9".freeze end