Skip to content

Commit e038f44

Browse files
committed
Prepare for 1.4.14
1 parent 10b2367 commit e038f44

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
chargify_api_ares (1.4.13)
4+
chargify_api_ares (1.4.14)
55
activeresource (>= 3.2.16)
66

77
GEM
@@ -67,4 +67,4 @@ DEPENDENCIES
6767
vcr
6868

6969
BUNDLED WITH
70-
1.15.4
70+
1.16.0

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.14 / December 7, 2017
2+
3+
* Allows canceling a subscription with all supported attributes [PR 161](https://github.com/chargify/chargify_api_ares/pull/161)
4+
15
## 1.4.13 / July 21, 2017
26

37
* Note: No changes from 1.4.12, previous release was not officially published

chargify_api_ares.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
44
s.rubygems_version = '1.3.7'
55

66
s.name = 'chargify_api_ares'
7-
s.version = '1.4.13'
8-
s.date = '2017-07-21'
7+
s.version = '1.4.14'
8+
s.date = '2017-12-07'
99
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
1010
s.description = ''
1111
s.authors = ["Chargify Development Team"]

0 commit comments

Comments
 (0)