diff --git a/CHANGELOG.md b/CHANGELOG.md index 743f2a4..6350c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11] - 2021-04-29 + +### Fixed + +- Release script + ## [0.0.10] - 2021-04-27 ### Added @@ -85,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `verifyPasswordlessLogin` method to `BrainClient` which checks status of passwordless login - `getGithubLoginUrl` method to `BrainClient` -[unreleased]: https://github.com/superfaceai/service-client/compare/v0.0.10...HEAD +[unreleased]: https://github.com/superfaceai/service-client/compare/v0.0.11...HEAD +[0.0.11]: https://github.com/superfaceai/service-client/compare/v0.0.9...v0.0.11 [0.0.10]: https://github.com/superfaceai/service-client/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/superfaceai/service-client/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/superfaceai/service-client/compare/v0.0.7...v0.0.8