diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f4b4cc..882e8be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,30 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+
+## [0.3.1] - 2018-03-28
+
* Ability to mark all episodes of a Show as watched.
[#47](https://gitlab.gnome.org/alatiera/Hammond/issues/47)
-
* Now you are able to subscribe to itunes™ podcasts by using the itunes link of the show.
[#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
-
* EpisdeWidget has been reimplemented as a compile time state machine.
[!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
-
* Content Views no longer scroll horizontally when shrunk bellow their minimum size.
[#35](https://gitlab.gnome.org/alatiera/Hammond/issues/35)
-
* Double border aroun the main window was fixed. (Rowan Lewis)
[#52](https://gitlab.gnome.org/alatiera/Hammond/issues/52)
-
* Some requests now use the Tor Browser's user agent. (Rowan Lewis)
[#53](https://gitlab.gnome.org/alatiera/Hammond/issues/53)
-
* Hammond now remembers the window size and position. (Rowan Lewis)
[#50](https://gitlab.gnome.org/alatiera/Hammond/issues/50)
-
* Implemnted the initial work for integrating with GSettings and storing preferences. (Rowan Lewis)
[!22](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/22) [!23](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/23)
-
* Shows without episodes now display an empty message similar to EmptyView.
[#44](https://gitlab.gnome.org/alatiera/Hammond/issues/44)
diff --git a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
index f2364fc..f03cfc9 100644
--- a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
+++ b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml
@@ -17,7 +17,7 @@
-
+
jordanpetridis@protonmail.com
diff --git a/meson.build b/meson.build
index b104829..fcb438f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'hammond', 'rust',
- version: '0.3.0',
+ version: '0.3.1',
license: 'GPLv3',
)