Skip to content

Commit

Permalink
Prepare for 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoak committed May 12, 2017
1 parent 20adb4d commit b630675
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.7)
chargify_api_ares (1.4.11)
activeresource (>= 3.2.16)

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

BUNDLED WITH
1.12.5
1.14.3
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.11 / May 12, 2017

* 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

## 1.4.7 / August 22 2016

* Adding Invoice Payment creation [PR 138] (https://github.com/chargify/chargify_api_ares/pull/138) by @carsonreinke
Expand Down
2 changes: 1 addition & 1 deletion chargify_api_ares.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.7'

s.name = 'chargify_api_ares'
s.version = '1.4.10'
s.version = '1.4.11'
s.date = '2017-05-12'
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
s.description = ''
Expand Down

0 comments on commit b630675

Please sign in to comment.