Skip to content

Commit e715c00

Browse files
authored
Merge pull request #201 from uploadcare/develop
Changelog for 4.0.2
2 parents 1472599 + 6792979 commit e715c00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based now on [Keep a
55
Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.2]
9+
### Added
10+
- Method `removeKey` to remove medatada keys
11+
- Samples for all API requests
12+
813
## [4.0.1]
914
### Removed
1015
- `GroupApiInterface::storeGroup($id)` method: see [Uploadcare API changelog](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Changelog)

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
final class Configuration implements ConfigurationInterface
1818
{
19-
public const LIBRARY_VERSION = 'v4.0.1';
19+
public const LIBRARY_VERSION = 'v4.0.2';
2020
public const API_VERSION = '0.7';
2121
public const API_BASE_URL = 'api.uploadcare.com';
2222
public const USER_AGENT_TEMPLATE = 'PHPUploadcare/{lib-version}/{publicKey} (PHP/{lang-version})';

0 commit comments

Comments
 (0)