Skip to content

Commit a8da647

Browse files
Release v0.3.6
1 parent 8cd0501 commit a8da647

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Aplazame
3+
Copyright (c) 2023, Aplazame
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/Api/ApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class 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
/**

0 commit comments

Comments
 (0)