Skip to content

Commit

Permalink
Merge pull request #292 from recurly/bump_2_7_1
Browse files Browse the repository at this point in the history
Bump 2.7.1
  • Loading branch information
drewish authored Jan 9, 2017
2 parents 706163b + 29c48a7 commit e255ac9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Recurly PHP Client Library CHANGELOG

## Unreleased
## Version 2.7.2 (unreleased)

## Version 2.7.1 (January 9th, 2017)

* Added property documentation to several classes (thanks to [phpdave](https://github.com/phpdave)) [#278](https://github.com/recurly/recurly-client-php/pull/278)
* Added company attribute to billing info [#280](https://github.com/recurly/recurly-client-php/pull/280)
* Fixed add-on creation bug [#286](https://github.com/recurly/recurly-client-php/pull/286)
* Create shipping addresses on existing accounts and allow updates [#289](https://github.com/recurly/recurly-client-php/pull/289)
* Adding ability to get Recurly error code from Recurly_Error Exception [#291](https://github.com/recurly/recurly-client-php/pull/291)

## Version 2.7.0 (September 15th, 2016)

Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.7.0';
const API_CLIENT_VERSION = '2.7.1';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit e255ac9

Please sign in to comment.