diff --git a/Gemfile.lock b/Gemfile.lock index 8b5bb55..3cd2415 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chargify_api_ares (1.4.13) + chargify_api_ares (1.4.14) activeresource (>= 3.2.16) GEM @@ -67,4 +67,4 @@ DEPENDENCIES vcr BUNDLED WITH - 1.15.4 + 1.16.0 diff --git a/HISTORY.md b/HISTORY.md index f0ca8e6..fbd28cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.4.14 / December 7, 2017 + +* Allows canceling a subscription with all supported attributes [PR 161](https://github.com/chargify/chargify_api_ares/pull/161) + ## 1.4.13 / July 21, 2017 * Note: No changes from 1.4.12, previous release was not officially published diff --git a/chargify_api_ares.gemspec b/chargify_api_ares.gemspec index 25bfed2..d3a0143 100644 --- a/chargify_api_ares.gemspec +++ b/chargify_api_ares.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.7' s.name = 'chargify_api_ares' - s.version = '1.4.13' - s.date = '2017-07-21' + s.version = '1.4.14' + s.date = '2017-12-07' s.summary = 'A Chargify API wrapper for Ruby using ActiveResource' s.description = '' s.authors = ["Chargify Development Team"]