diff --git a/CHANGELOG.md b/CHANGELOG.md index 573d1f0..f684b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.13.0 / 2020-02-24 + +* Support Faraday 1.x + ### 0.12.0 / 2019-10-08 * This version now requires Ruby 2.4. diff --git a/lib/signet/version.rb b/lib/signet/version.rb index 94e0266..da1b89b 100644 --- a/lib/signet/version.rb +++ b/lib/signet/version.rb @@ -13,5 +13,5 @@ # limitations under the License. module Signet - VERSION = "0.12.0".freeze + VERSION = "0.13.0".freeze end