diff --git a/Gemfile.lock b/Gemfile.lock index 10fdd06..dd792fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chargify_api_ares (1.4.7) + chargify_api_ares (1.4.11) activeresource (>= 3.2.16) GEM @@ -67,4 +67,4 @@ DEPENDENCIES vcr BUNDLED WITH - 1.12.5 + 1.14.3 diff --git a/HISTORY.md b/HISTORY.md index da5638e..8200d0b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.4.11 / May 12, 2017 + +* Add Subscription Retry [PR 155](https://github.com/chargify/chargify_api_ares/pull/155) and [PR 145](https://github.com/chargify/chargify_api_ares/pull/145) by @gotchahn + ## 1.4.7 / August 22 2016 * Adding Invoice Payment creation [PR 138] (https://github.com/chargify/chargify_api_ares/pull/138) by @carsonreinke diff --git a/chargify_api_ares.gemspec b/chargify_api_ares.gemspec index ea4719a..e67a2f3 100644 --- a/chargify_api_ares.gemspec +++ b/chargify_api_ares.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.7' s.name = 'chargify_api_ares' - s.version = '1.4.10' + s.version = '1.4.11' s.date = '2017-05-12' s.summary = 'A Chargify API wrapper for Ruby using ActiveResource' s.description = ''