From c676423abf4f6745d0de5f47b74adc3b473d7f22 Mon Sep 17 00:00:00 2001 From: andrew morton Date: Fri, 21 Feb 2014 09:43:30 -0800 Subject: [PATCH 1/2] Link to the latest version of the docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c2bb7a6..480d00b2c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Instructions and examples are available on [Recurly's documentation site](http://docs.recurly.com/api/basics). Recurly's gem API is available -[here](http://rubydoc.info/gems/recurly/2.1.9/frames). +[here](http://rubydoc.info/gems/recurly/frames/Recurly). ## Contributing From 9dea77a8e244d29a87e2f6a716746c07f440e947 Mon Sep 17 00:00:00 2001 From: andrew morton Date: Fri, 21 Feb 2014 09:50:15 -0800 Subject: [PATCH 2/2] Add recent changes to the log --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be48e6f23..54e78b2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## v2.2.2 (2014-2-21) + +#### Features + +* Added ability to determine a transaction's payment method: `Transaction#payment_method` ([PR](https://github.com/recurly/recurly-client-ruby/pull/125)) +* Added ability to determine the date an invoice was closed: `Invoice#closed_at` ([PR](https://github.com/recurly/recurly-client-ruby/pull/125)) + +#### Bug Fixes + +* The gem now explicitly requires Ruby 1.9.3 or newer ([PR](https://github.com/recurly/recurly-client-ruby/pull/129)) + + ## v2.2.1 (2014-1-2) @@ -7,6 +20,7 @@ * Added ability to get the subscription for an adjustment: `Adjustment#subscription` ([PR](https://github.com/recurly/recurly-client-ruby/pull/125)) * Added ability to get the subscription for a invoice: `Invoice#subscription` ([PR](https://github.com/recurly/recurly-client-ruby/pull/125)) + ## v2.2.0 (2013-11-12)