Skip to content

Commit 49ed02c

Browse files
chore(release): 8.0.13 [skip ci]
## [8.0.13](v8.0.12...v8.0.13) (2023-09-01) ### Bug Fixes * **auto idn converting:** of OBJECTID parameter if OBJECTCLASS matches expectations (Registrar CNR) ([a105535](a105535))
1 parent 4148a47 commit 49ed02c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.12...v8.0.13) (2023-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **auto idn converting:** of OBJECTID parameter if OBJECTCLASS matches expectations (Registrar CNR) ([a105535](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/commit/a105535e99335b95148f77cccd3ddd4e36c01e9c))
7+
18
## [8.0.12](https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk/compare/v8.0.11...v8.0.12) (2023-08-29)
29

310

src/HEXONET/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function getReferer()
246246
*/
247247
public function getVersion()
248248
{
249-
return "8.0.12";
249+
return "8.0.13";
250250
}
251251

252252
/**

0 commit comments

Comments
 (0)