diff --git a/CHANGELOG.md b/CHANGELOG.md index eae13ef..f5dfef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2020-06-10 ### Added - [Check if security questions are needed](https://wiki.vg/Mojang_API#Check_if_security_questions_are_needed) endpoint. - [Get list of questions](https://wiki.vg/Mojang_API#Get_list_of_questions) endpoint. @@ -45,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial implementation -[Unreleased]: https://github.com/elyby/mojang-api/compare/0.2.0...HEAD +[Unreleased]: https://github.com/elyby/mojang-api/compare/0.2.1...HEAD +[0.2.1]: https://github.com/elyby/mojang-api/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/elyby/mojang-api/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/elyby/mojang-api/releases/tag/0.1.0