Skip to content

Commit

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

**Merged Pull Requests**

- Add Custom Fields on Adjustments [#740](#740) ([ngleiser](https://github.com/ngleiser))
- Added decline code to transaction error [#737](#737) ([arzitney](https://github.com/arzitney))
  • Loading branch information
Recurly integrations committed Feb 6, 2023
1 parent aed0cc5 commit ab0d030
Show file tree
Hide file tree
Showing 3 changed files with 14 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.36
current_version = 2.12.37
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.12.37](https://github.com/recurly/recurly-client-php/tree/2.12.37) (2023-02-06)

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


**Merged Pull Requests**

- Add Custom Fields on Adjustments [#740](https://github.com/recurly/recurly-client-php/pull/740) ([ngleiser](https://github.com/ngleiser))
- Added decline code to transaction error [#737](https://github.com/recurly/recurly-client-php/pull/737) ([arzitney](https://github.com/arzitney))



## [2.12.36](https://github.com/recurly/recurly-client-php/tree/2.12.36) (2023-01-11)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.35...2.12.36)
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.36';
const API_CLIENT_VERSION = '2.12.37';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit ab0d030

Please sign in to comment.