From 6f9fa72f0ba4e9189f3d60ad3b1a761e9e1210b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Aug 2021 06:39:54 +0000 Subject: [PATCH] chore(release): 6.1.1 [skip ci] ## [6.1.1](https://github.com/hexonet/php-sdk/compare/v6.1.0...v6.1.1) (2021-08-18) ### Bug Fixes * **auto idn conversion:** added object classes ([acda2dc](https://github.com/hexonet/php-sdk/commit/acda2dc6bf485b0f596cb5a2187125ec7ce38716)) --- HISTORY.md | 7 +++++++ src/APIClient.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f6488a6..ab83da6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [6.1.1](https://github.com/hexonet/php-sdk/compare/v6.1.0...v6.1.1) (2021-08-18) + + +### Bug Fixes + +* **auto idn conversion:** added object classes ([acda2dc](https://github.com/hexonet/php-sdk/commit/acda2dc6bf485b0f596cb5a2187125ec7ce38716)) + # [6.1.0](https://github.com/hexonet/php-sdk/compare/v6.0.8...v6.1.0) (2021-08-16) diff --git a/src/APIClient.php b/src/APIClient.php index beb1dc4..b5d253b 100644 --- a/src/APIClient.php +++ b/src/APIClient.php @@ -243,7 +243,7 @@ public function getReferer() */ public function getVersion() { - return "6.1.0"; + return "6.1.1"; } /**