Skip to content

Commit

Permalink
2.12.27
Browse files Browse the repository at this point in the history
[Full Changelog](2.12.26...2.12.27)

**Merged Pull Requests**

- change method call [#709](#709) ([ricardopaul0](https://github.com/ricardopaul0))
- add verify_cvv endpoint [#704](#704) ([ricardopaul0](https://github.com/ricardopaul0))
  • Loading branch information
Recurly integrations committed Aug 31, 2022
1 parent 55c8e9d commit d0a7b74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.12.26
current_version = 2.12.27
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.12.27](https://github.com/recurly/recurly-client-php/tree/2.12.27) (2022-08-31)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.26...2.12.27)


**Merged Pull Requests**

- change method call [#709](https://github.com/recurly/recurly-client-php/pull/709) ([ricardopaul0](https://github.com/ricardopaul0))
- add verify_cvv endpoint [#704](https://github.com/recurly/recurly-client-php/pull/704) ([ricardopaul0](https://github.com/ricardopaul0))



## [2.12.26](https://github.com/recurly/recurly-client-php/tree/2.12.26) (2022-08-24)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.25...2.12.26)
Expand All @@ -10,6 +22,9 @@
- Add Ramp Pricing Feature to Subscriptions [#703](https://github.com/recurly/recurly-client-php/pull/703) ([Smolations](https://github.com/Smolations))
- Add ramp pricing feature to plans [#700](https://github.com/recurly/recurly-client-php/pull/700) ([Smolations](https://github.com/Smolations))

**Closed Issues**

- Iterating over TransactionList returns null instead of object when retrieved from Invoice [#30](https://github.com/recurly/recurly-client-php/issues/30)


## [2.12.25](https://github.com/recurly/recurly-client-php/tree/2.12.25) (2022-06-17)
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.26';
const API_CLIENT_VERSION = '2.12.27';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit d0a7b74

Please sign in to comment.