Skip to content

Commit b630675

Browse files
committed
Prepare for 1.4.11
1 parent 20adb4d commit b630675

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.7)
4+
chargify_api_ares (1.4.11)
55
activeresource (>= 3.2.16)
66

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

6969
BUNDLED WITH
70-
1.12.5
70+
1.14.3

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.11 / May 12, 2017
2+
3+
* 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
4+
15
## 1.4.7 / August 22 2016
26

37
* Adding Invoice Payment creation [PR 138] (https://github.com/chargify/chargify_api_ares/pull/138) by @carsonreinke

chargify_api_ares.gemspec

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

66
s.name = 'chargify_api_ares'
7-
s.version = '1.4.10'
7+
s.version = '1.4.11'
88
s.date = '2017-05-12'
99
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
1010
s.description = ''

0 commit comments

Comments
 (0)