File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
1818### Security
1919
20+ ## [ 0.3.6] - 2023-11-28
21+ ### Added
22+ - PHP 8.1 compatibility.
23+
24+ ### Changed
25+
26+ ### Deprecated
27+
28+ ### Removed
29+
30+ ### Fixed
31+
2032## [ 0.3.5] - 2023-10-11
2133### Added
2234
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2018 , Aplazame
3+ Copyright (c) 2023 , Aplazame
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77
88class ApiRequest extends Request
99{
10- const SDK_VERSION = '0.3.5 ' ;
10+ const SDK_VERSION = '0.3.6 ' ;
1111 const FORMAT_JSON = 'json ' ;
1212
1313 /**
You can’t perform that action at this time.
0 commit comments