Skip to content

Commit

Permalink
Merge pull request #201 from uploadcare/develop
Browse files Browse the repository at this point in the history
Changelog for 4.0.2
  • Loading branch information
rsedykh authored Feb 8, 2023
2 parents 1472599 + 6792979 commit e715c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based now on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.2]
### Added
- Method `removeKey` to remove medatada keys
- Samples for all API requests

## [4.0.1]
### Removed
- `GroupApiInterface::storeGroup($id)` method: see [Uploadcare API changelog](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Changelog)
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
final class Configuration implements ConfigurationInterface
{
public const LIBRARY_VERSION = 'v4.0.1';
public const LIBRARY_VERSION = 'v4.0.2';
public const API_VERSION = '0.7';
public const API_BASE_URL = 'api.uploadcare.com';
public const USER_AGENT_TEMPLATE = 'PHPUploadcare/{lib-version}/{publicKey} (PHP/{lang-version})';
Expand Down

0 comments on commit e715c00

Please sign in to comment.