From bbc85be65b442205be9aadd3c719820426a197ed Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 10 Jun 2020 17:00:58 +0300 Subject: [PATCH] Prepare 0.2.1 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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