Skip to content

Commit

Permalink
Prepare for 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lscoates committed Jul 21, 2017
1 parent f4853d9 commit f6af95b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.11)
chargify_api_ares (1.4.13)
activeresource (>= 3.2.16)

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

BUNDLED WITH
1.14.3
1.14.6
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.4.13 / July 21, 2017

* Note: No changes from 1.4.12, previous release was not officially published
* Adds ability to get ReasonCodes [PR 154](https://github.com/chargify/chargify_api_ares/pull/154)

## 1.4.12 / July 18, 2017

* Adds ability to get ReasonCodes [PR 154](https://github.com/chargify/chargify_api_ares/pull/154)

## 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
Expand Down
4 changes: 2 additions & 2 deletions chargify_api_ares.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.7'

s.name = 'chargify_api_ares'
s.version = '1.4.11'
s.date = '2017-05-12'
s.version = '1.4.13'
s.date = '2017-07-21'
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
s.description = ''
s.authors = ["Chargify Development Team"]
Expand Down

0 comments on commit f6af95b

Please sign in to comment.