We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c67a9 commit 23eacb8Copy full SHA for 23eacb8
CHANGELOG.md
@@ -17,6 +17,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
18
### Security
19
20
+## [0.3.4] - 2021-06-22
21
+### Added
22
+- English API documentation links.
23
+
24
+### Changed
25
26
+### Deprecated
27
28
+### Removed
29
30
+### Fixed
31
32
+## [0.3.3] - 2021-06-22
33
34
35
36
+- URL redirects.
37
38
39
40
41
42
43
+- Documentation links.
44
45
## [0.3.2] - 2020-10-16
46
### Added
47
src/Api/ApiRequest.php
@@ -7,7 +7,7 @@
7
8
class ApiRequest extends Request
9
{
10
- const SDK_VERSION = '0.3.2';
+ const SDK_VERSION = '0.3.4';
11
const FORMAT_JSON = 'json';
12
13
/**
0 commit comments