diff --git a/CHANGELOG.md b/CHANGELOG.md
index 360b78fd..5f7ee748 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,20 @@
 # Changelog
 
-## [0.8.1 - x.x.x]
+## [0.8.1 - 10.03.2020]
 
 ### Added
 * Support for Nostalrius OTS
 
+### Changed
+* Move TODO to wiki
+* .tooltip css class to .item_image (bootstrap conflict)
+
 ### Fixed
+* Reloading of creatures/monsters throwing an exception
 * Loading custom pages with old Gesior variables [#108](https://github.com/slawkens/myaac/issues/107)
 * Some weird behaviour with installation of plugins
 * CHANGELOG.md loading in Admin Panel
+* spells displaying when level = 0
 * Some PHP warnings and notices
 
 ## [0.8.0 - 19.02.2020]
diff --git a/VERSION b/VERSION
index b054be56..c18d72be 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.1-dev
\ No newline at end of file
+0.8.1
\ No newline at end of file
diff --git a/common.php b/common.php
index 35819dd7..a66bae45 100644
--- a/common.php
+++ b/common.php
@@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.5', '<')) die('PHP version 5.5 or higher is
 session_start();
 
 define('MYAAC', true);
-define('MYAAC_VERSION', '0.8.1-dev');
+define('MYAAC_VERSION', '0.8.1');
 define('DATABASE_VERSION', 30);
 define('TABLE_PREFIX', 'myaac_');
 define('START_TIME', microtime(true));