Skip to content

Commit 0cda48c

Browse files
committed
Version bump: 1.4.7.
1 parent 07c9693 commit 0cda48c

6 files changed

+10
-6
lines changed

Gemfile.lock

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

77
GEM

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.7 / August 22 2016
2+
3+
* Adding Invoice Payment creation [PR 138] (https://github.com/chargify/chargify_api_ares/pull/138) by @carsonreinke
4+
15
## 1.4.6 / August 10 2016
26

37
* Allow filtering Invoices by status [PR 139] (https://github.com/chargify/chargify_api_ares/pull/139) by @speric

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.6'
8-
s.date = '2016-08-10'
7+
s.version = '1.4.7'
8+
s.date = '2016-08-22'
99
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
1010
s.description = ''
1111
s.authors = ["Chargify Development Team"]

gemfiles/rails_3.gemfile.lock

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

77
GEM

gemfiles/rails_4.1.gemfile.lock

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

77
GEM

gemfiles/rails_4.gemfile.lock

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

77
GEM

0 commit comments

Comments
 (0)