From 612359462d61d7b4fde9b30b4adf228fb65afa34 Mon Sep 17 00:00:00 2001 From: Doug Miller Date: Mon, 29 Jun 2020 18:22:04 -0500 Subject: [PATCH] Release 3.3.0 # Changelog ## [Unreleased](https://github.com/recurly/recurly-client-php/tree/HEAD) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.2.0...HEAD) **Implemented enhancements:** - Mon Jun 29 17:06:38 UTC 2020 Upgrade API version v2019-10-10 [\#510](https://github.com/recurly/recurly-client-php/pull/510) ([douglasmiller](https://github.com/douglasmiller)) - Convert DateTime objects to ISO8601 strings [\#504](https://github.com/recurly/recurly-client-php/pull/504) ([douglasmiller](https://github.com/douglasmiller)) **Fixed bugs:** - Fix HTTP 411 error by including Content-Length header [\#509](https://github.com/recurly/recurly-client-php/pull/509) ([douglasmiller](https://github.com/douglasmiller)) --- .bumpversion.cfg | 2 +- composer.json | 2 +- lib/recurly/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5318ebfb..25b7c14e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/composer.json b/composer.json index fd6110f4..65e7ecb4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "3.2.0", + "version": "3.3.0", "type": "library", "description": "The PHP client library for the Recurly API", "keywords": ["recurly", "payments", "pay"], diff --git a/lib/recurly/version.php b/lib/recurly/version.php index bd77a82a..01bbd510 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '3.2.0'; + public const CURRENT = '3.3.0'; }