diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd19b9..4af6e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.1 (November 18, 2016) + +* Chore: bump Faraday dependency versions and loosen specificity + # 1.2.0 (November 23, 2015) * Improvement: improve exception `message` and add `detail` method for raw response diff --git a/lib/pco/api/version.rb b/lib/pco/api/version.rb index e26957e..f25b5f2 100644 --- a/lib/pco/api/version.rb +++ b/lib/pco/api/version.rb @@ -1,5 +1,5 @@ module PCO module API - VERSION = '1.2.0' + VERSION = '1.2.1' end end