diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e09201..c983e17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Tracking all changes since the 5.6.0 release. +## 5.7.15 (2021-06-02) + Fix incorrect license. Umoria 5.6 was released under a GPL-3.0-or-later license but I had accidentally @@ -22,7 +24,6 @@ The license has been corrected to GPL-3.0-or-later. * Refactor ui_inventory. - ## 5.7.14 (2021-02-27) - Revert to Moria keys as default. diff --git a/src/version.h b/src/version.h index 74db795f..5a3978f2 100644 --- a/src/version.h +++ b/src/version.h @@ -8,4 +8,4 @@ // then you must also update the CMakeLists.txt. constexpr uint8_t CURRENT_VERSION_MAJOR = 5; constexpr uint8_t CURRENT_VERSION_MINOR = 7; -constexpr uint8_t CURRENT_VERSION_PATCH = 14; +constexpr uint8_t CURRENT_VERSION_PATCH = 15;