Skip to content

Commit

Permalink
Prepare for 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmamike committed Jun 20, 2018
1 parent 2fe137e commit 116e07d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chargify_api_ares (1.4.14)
chargify_api_ares (1.4.15)
activeresource (>= 3.2.16)

GEM
Expand Down Expand Up @@ -67,4 +67,4 @@ DEPENDENCIES
vcr

BUNDLED WITH
1.16.0
1.16.1
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.15 / June 20, 2018

* Changes Subscription#remove_coupon to use coupon_code instead of code [PR 165](https://github.com/chargify/chargify_api_ares/pull/165).
With this change, the currently applied coupon code must be passed for removal to occur.

## 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)
Expand Down
4 changes: 2 additions & 2 deletions chargify_api_ares.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.7'

s.name = 'chargify_api_ares'
s.version = '1.4.14'
s.date = '2017-12-07'
s.version = '1.4.15'
s.date = '2018-06-20'
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
s.description = ''
s.authors = ["Chargify Development Team"]
Expand Down

0 comments on commit 116e07d

Please sign in to comment.