diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d17435b..449132ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Change Log
+## [1.7.0](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-03-16)
+[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.10...1.7.0)
+
+**Implemented enhancements:**
+
+- You can now have more than one to-do list.
+- The application design has been updated. The application now uses less vertical space if a headerbar is used.
+- The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.
+- Not using the elementary or Adwaita theme, or a theme with a similar color scheme? You can now select a different stylesheet in the settings window.
+- The location from which the stylesheet is loaded is now determined by the installation directory.
+
+**Fixed bugs:**
+
+- _Go For It!_ now properly exports that it uses notifications.
+- Non ascii character were not properly parsed when parsing contexts and projects.
+
+**Closed issues:**
+
+- Place tabs in same place as menu button [\#5](https://github.com/JMoerman/Go-For-It/issues/5), [\#49](https://github.com/JMoerman/Go-For-It/issues/49)
+- context with wide characters not highlighted [\#68](https://github.com/JMoerman/Go-For-It/issues/68)
+- Custom CSS is not working well outside of default Elementary OS gtk theme [\#66](https://github.com/JMoerman/Go-For-It/issues/66)
+- Feature suggestion [\#54](https://github.com/JMoerman/Go-For-It/issues/54)
+
## [1.6.10](https://github.com/JMoerman/Go-For-It/tree/1.6.10) (2019-02-13)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.6.9...1.6.10)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec443b57..8702a1aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ set (EXEC_NAME ${APP_SYSTEM_NAME})
set (APP_NAME "Go For It!")
set (RELEASE_NAME "A stylish to-do list with built-in productivity timer")
set (VERSION "1.7.0")
-set (VERSION_INFO "Release Candidate 1")
+set (VERSION_INFO "Release")
set (ICON_NAME ${APP_SYSTEM_NAME})
set (GETTEXT_PACKAGE ${APP_SYSTEM_NAME})
set (APIVERSION 0)
diff --git a/data/go-for-it.appdata.xml.in.in b/data/go-for-it.appdata.xml.in.in
index 2b01e500..8725c0f6 100644
--- a/data/go-for-it.appdata.xml.in.in
+++ b/data/go-for-it.appdata.xml.in.in
@@ -35,6 +35,22 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
rgb(255, 255, 255)
+
+
+ Improvements:
+
+ - You can now have more than one to-do list.
+ - The application design has been updated. The application now uses less vertical space if a headerbar is used.
+ - The default stylesheet has been improved, resulting in improved looks when the application is used on elementary OS.
+ - Not using the elementary or Adwaita theme, or a theme with a similar color scheme? You can now select a different stylesheet in the settings window.
+
+ Bugfixes:
+
+ - Go For It! now properly exports that it uses notifications.
+ - Non ascii character were not properly parsed when parsing contexts and projects.
+
+
+
Bugfixes:
@@ -81,36 +97,6 @@ If you already use Todo.txt, beware of the fact, that Go For It! automatically a
-
-
- Updated translations:
-
-
-
-
-
- Bugfixes:
-
- - Strings containing whitespace consisting of multiple spaces were not parsed correctly, which could lead to crashes.
-
-
-
-
-
- Improvements:
-
- - The task list and the rest of the main application window now have the same background color.
-
- Updated translations:
-
- - Czech
- - Spanish
- - Japanese
-
-
-
none