diff --git a/CMakeLists.txt b/CMakeLists.txt index 96cc01e03..ddb57bf87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ set(DOCKER_REGISTRY "" CACHE STRING "Docker registry") set(ROOT_PROJECT_MAJOR_VERSION 0) set(ROOT_PROJECT_MINOR_VERSION 0) -set(ROOT_PROJECT_MICRO_VERSION 16) +set(ROOT_PROJECT_MICRO_VERSION 17) set(ROOT_PROJECT_PATCH_VERSION 0) set(ROOT_PROJECT_VERSION "${ROOT_PROJECT_MAJOR_VERSION}.${ROOT_PROJECT_MINOR_VERSION}.${ROOT_PROJECT_MICRO_VERSION}.${ROOT_PROJECT_PATCH_VERSION}") set(ROOT_PROJECT_NAME vengi) diff --git a/debian/changelog b/debian/changelog index f53323748..ea7936b11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vengi (0.0.17.0-1) UNRELEASED; urgency=low + + * General: + + -- Martin Gerhardy Mon, 27 Dec 2021 12:01:08 +0100 + vengi (0.0.16.0-1) unstable; urgency=low * General: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 346fc9f48..cae993f1c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,8 +2,14 @@ A more detailed changelog can be found on [github](https://github.com/mgerhardy/engine/commits/). +Join our [Discord server](https://discord.gg/AgjCPXy). + +See [the documentation](https://mgerhardy.github.io/engine/) for further details. + Known [issues](https://github.com/mgerhardy/engine/issues?q=is%3Aissue+is%3Aopen+label%3Abug). +## 0.0.17 (2021-XX-XX) + ## 0.0.16 (2021-12-27) General: