Skip to content

Commit

Permalink
Start an API 2.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
drewish committed Jul 1, 2016
1 parent 88f948b commit 9ff15bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.6.0 (unreleased)

## Version 2.5.3 (unreleased)

* Added support for setting `free_trial_amount` and `free_trial_unit` to `Recurly_Coupon` [#224](https://github.com/recurly/recurly-client-php/pull/224)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Recurly_Client
/**
* API Version
*/
public static $apiVersion = '2.2';
public static $apiVersion = '2.3';

/**
* The path to your CA certs. Use only if needed (if you can't fix libcurl/php).
Expand Down

0 comments on commit 9ff15bd

Please sign in to comment.