Skip to content

Commit

Permalink
2.13.1
Browse files Browse the repository at this point in the history
[Full Changelog](2.13.0...2.13.1)
  • Loading branch information
Recurly integrations committed Apr 5, 2023
1 parent 256cefc commit a90da49
Show file tree
Hide file tree
Showing 3 changed files with 10 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.13.0
current_version = 2.13.1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.13.1](https://github.com/recurly/recurly-client-php/tree/2.13.1) (2023-04-05)

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





## [2.13.0](https://github.com/recurly/recurly-client-php/tree/2.13.0) (2023-03-29)

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

const GET = 'GET';
Expand Down

0 comments on commit a90da49

Please sign in to comment.