diff --git a/Gemfile.lock b/Gemfile.lock index c5dc05d..fb2a4f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chargify_api_ares (1.4.5) + chargify_api_ares (1.4.6) activeresource (>= 3.2.16) GEM diff --git a/HISTORY.md b/HISTORY.md index 65da178..69d2e13 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,11 @@ +## 1.4.6 / August 10 2016 + +* Allow filtering Invoices by status [PR 139] (https://github.com/chargify/chargify_api_ares/pull/139) by @speric + ## 1.4.5 / July 14 2016 * Adds ability to find pdfs from invoices, show subscription invoices [PR 135] (https://github.com/chargify/chargify_api_ares/pull/135) - ## 1.4.4 / Jun 3 2016 * Adds support for External Payments [PR 128](https://github.com/chargify/chargify_api_ares/pull/128) diff --git a/chargify_api_ares.gemspec b/chargify_api_ares.gemspec index 03adc1b..f769e1a 100644 --- a/chargify_api_ares.gemspec +++ b/chargify_api_ares.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.7' s.name = 'chargify_api_ares' - s.version = '1.4.5' - s.date = '2016-07-14' + s.version = '1.4.6' + s.date = '2016-08-10' s.summary = 'A Chargify API wrapper for Ruby using ActiveResource' s.description = '' s.authors = ["Chargify Development Team"] diff --git a/gemfiles/rails_3.gemfile.lock b/gemfiles/rails_3.gemfile.lock index fcf90ea..02ece5b 100644 --- a/gemfiles/rails_3.gemfile.lock +++ b/gemfiles/rails_3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.5) + chargify_api_ares (1.4.6) activeresource (>= 3.2.16) GEM diff --git a/gemfiles/rails_4.1.gemfile.lock b/gemfiles/rails_4.1.gemfile.lock index 056321a..ce70635 100644 --- a/gemfiles/rails_4.1.gemfile.lock +++ b/gemfiles/rails_4.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.5) + chargify_api_ares (1.4.6) activeresource (>= 3.2.16) GEM diff --git a/gemfiles/rails_4.gemfile.lock b/gemfiles/rails_4.gemfile.lock index 0b8ad15..021e6e2 100644 --- a/gemfiles/rails_4.gemfile.lock +++ b/gemfiles/rails_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - chargify_api_ares (1.4.5) + chargify_api_ares (1.4.6) activeresource (>= 3.2.16) GEM