Skip to content

Commit cc54438

Browse files
committed
Prep 1.4.6 release
1 parent 64d2662 commit cc54438

6 files changed

+10
-7
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.5)
4+
chargify_api_ares (1.4.6)
55
activeresource (>= 3.2.16)
66

77
GEM

HISTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 1.4.6 / August 10 2016
2+
3+
* Allow filtering Invoices by status [PR 139] (https://github.com/chargify/chargify_api_ares/pull/139) by @speric
4+
15
## 1.4.5 / July 14 2016
26

37
* Adds ability to find pdfs from invoices, show subscription invoices [PR 135] (https://github.com/chargify/chargify_api_ares/pull/135)
48

5-
69
## 1.4.4 / Jun 3 2016
710

811
* Adds support for External Payments [PR 128](https://github.com/chargify/chargify_api_ares/pull/128)

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.5'
8-
s.date = '2016-07-14'
7+
s.version = '1.4.6'
8+
s.date = '2016-08-10'
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.5)
4+
chargify_api_ares (1.4.6)
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.5)
4+
chargify_api_ares (1.4.6)
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.5)
4+
chargify_api_ares (1.4.6)
55
activeresource (>= 3.2.16)
66

77
GEM

0 commit comments

Comments
 (0)