Skip to content

Commit 666c468

Browse files
chore(release): 7.1.10 [skip ci]
## [7.1.10](v7.1.9...v7.1.10) (2022-07-12) ### Bug Fixes * **composer:** roll-back to previous version format to support PHP8 as well ([5dd535e](5dd535e))
1 parent 5dd535e commit 666c468

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.1.10](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.9...v7.1.10) (2022-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **composer:** roll-back to previous version format to support PHP8 as well ([5dd535e](https://github.com/centralnic-reseller/php-sdk/commit/5dd535e3cf6380493e8423902609b041cd6e256a))
7+
18
## [7.1.9](https://github.com/centralnic-reseller/php-sdk/compare/v7.1.8...v7.1.9) (2022-07-12)
29

310

src/HEXONET/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function getReferer()
246246
*/
247247
public function getVersion()
248248
{
249-
return "7.1.9";
249+
return "7.1.10";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)