From e4e5d6b669cb24249654f4e9d52f4384b3aab374 Mon Sep 17 00:00:00 2001 From: Siarhei Bautrukevich Date: Mon, 15 Jul 2019 14:20:13 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c5de0c2..c084b672e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +[Unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.4...HEAD + +## [1.0.0-alpha.4] + ## Added * Wrappers for group paths of Upload API (`group`, `groupInfo`). @@ -19,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * `FileProgress` was renamed to `ProgressParams`. * `UploadcareFile` was renamed to `UploadcareFileInterface`. -[Unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.3...HEAD +[1.0.0-alpha.4]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.3...v1.0.0-alpha.4 ## [1.0.0-alpha.3]