diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9d06c4..673babaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. -## 1.0.0-beta5 +## [1.0.0-beta5] + +## Added + +* Real Halo65 support (the preview still shows the keyboard at 75%) ## Fixed @@ -60,4 +64,5 @@ Initial beta release [1.0.0-beta2]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta2 [1.0.0-beta3]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta3 [1.0.0-beta4]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta4 +[1.0.0-beta5]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta5 diff --git a/Makefile b/Makefile index b3586448..c441cf0b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.0-beta5 +VERSION = 1.0.0-beta6 DIST_PATH = dist BUILD_PATH = app/build/bin