Skip to content

Commit 23eacb8

Browse files
Release v0.3.4
1 parent d1c67a9 commit 23eacb8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Security
1919

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+
### Added
34+
35+
### Changed
36+
- URL redirects.
37+
38+
### Deprecated
39+
40+
### Removed
41+
42+
### Fixed
43+
- Documentation links.
44+
2045
## [0.3.2] - 2020-10-16
2146
### Added
2247

src/Api/ApiRequest.php

+1-1
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.2';
10+
const SDK_VERSION = '0.3.4';
1111
const FORMAT_JSON = 'json';
1212

1313
/**

0 commit comments

Comments
 (0)