From e55c00cfb401beee749d405df5299eb47095e1ac Mon Sep 17 00:00:00 2001 From: Nate Beasley Date: Wed, 4 Dec 2019 11:00:05 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b374f9d..ad42d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0-alpha] - 219-12-04 + ### Added - Leaderboards update after completing a map. - Version counter to the main menu @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Leaderboard for past scores -[unreleased]: https://github.com/PulsarcGame/Pulsarc/compare/v1.1.1-alpha...HEAD +[unreleased]: https://github.com/PulsarcGame/Pulsarc/compare/v1.2.0-alpha...HEAD +[1.2.0-alpha]: https://github.com/PulsarcGame/Pulsarc/compare/v1.1.1-alpha...v1.2.0-alpha [1.1.1-alpha]: https://github.com/PulsarcGame/Pulsarc/compare/v1.1.0-alpha...v1.1.1-alpha [1.1.0-alpha]: https://github.com/PulsarcGame/Pulsarc/compare/v1.0.1-alpha...v1.1.0-alpha [1.0.1-alpha]: https://github.com/PulsarcGame/Pulsarc/compare/v1.0.0-pre-release...v1.0.1-alpha