Skip to content

Commit c78808e

Browse files
authored
Merge pull request #436 from recurly/release_2_12_8
Release 2.12.8
2 parents 8687d67 + 91f1de1 commit c78808e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Recurly PHP Client Library CHANGELOG
22

3+
## Version 2.12.8 (October 22nd, 2019)
4+
5+
* Add shipping address to Purchase [PR] (https://github.com/recurly/recurly-client-php/pull/435)
6+
* Subscription timeframe changes [PR] (https://github.com/recurly/recurly-client-php/pull/419)
7+
38
## Version 2.12.7 (September 20th, 2019)
49

510
* Fix issue with missing requires [PR](https://github.com/recurly/recurly-client-php/pull/434).

lib/recurly/client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Recurly_Client
5050
private static $apiUrl = 'https://%s.recurly.com/v2';
5151

5252

53-
const API_CLIENT_VERSION = '2.12.7';
53+
const API_CLIENT_VERSION = '2.12.8';
5454
const DEFAULT_ENCODING = 'UTF-8';
5555

5656
const GET = 'GET';

0 commit comments

Comments
 (0)