diff --git a/README.md b/README.md
index 2f098cb..56a933f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://secure.travis-ci.org/AndreMiras/EtherollApp.png?branch=develop)](http://travis-ci.org/AndreMiras/EtherollApp)
-
+
Provably fair dice game running on the [Ethereum blockchain](https://etheroll.com/#/smart-contract).
Built with Python, [Kivy](https://github.com/kivy/kivy) and love.
diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md
index b86ea3e..1032771 100644
--- a/src/CHANGELOG.md
+++ b/src/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
-## [Unreleased]
+## [v20190418]
- Pull minimum bet from contract, refs #129
- Fix permission issue on settings, refs #131
diff --git a/src/version.py b/src/version.py
index e40e841..b57a620 100644
--- a/src/version.py
+++ b/src/version.py
@@ -1 +1 @@
-__version__ = '2019.0217'
+__version__ = '2019.0418'