Skip to content

Commit

Permalink
Merge pull request #572 from recurly/release_2_12_19
Browse files Browse the repository at this point in the history
Release 2.12.19
  • Loading branch information
chrissrogers committed Nov 23, 2020
2 parents d8eee05 + 8762c63 commit a16201d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.12.19 (November 23, 2020)

* Implement Pager#take [PR](https://github.com/recurly/recurly-client-php/pull/562)
* Augment and patch iban implementation [PR](https://github.com/recurly/recurly-client-php/pull/567)
* Add item_state and external_sku to phpdocs [PR](https://github.com/recurly/recurly-client-php/pull/568)
* Update readme to include headers memo [PR](https://github.com/recurly/recurly-client-php/pull/570)

## Version 2.12.18 (November 5, 2020)

* Support item-specific coupons [PR](https://github.com/recurly/recurly-client-php/pull/563)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Recurly_Client
*/
private static $apiUrl = 'https://%s.recurly.com/v2';

const API_CLIENT_VERSION = '2.12.18';
const API_CLIENT_VERSION = '2.12.19';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit a16201d

Please sign in to comment.