diff --git a/CHANGELOG b/CHANGELOG
index d7970ed615c3ba461daba42295b45c2c618d41c2..bce57ced88a500b7d1e65674882334213b1e527d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+minerva (12.0.0~beta.7) unstable; urgency=medium
+  * Bug fix: clicking on rectangle in google maps API doesn't work
+  * Bug fix: there is no need for the google consent agreement for openlayers
+  * Bug fix: disable rotating of openlayers map
+  * Bug fix: Export of zoomed out map didn't work when the map wrapped
+  * Bug fix: css issues in safari
+  * Bug fix: map resize doesn't trigger coordinates change listener
+
+ -- Piotr Gawron <piotr.gawron@uni.lu>  Thu, 05 Jul 2018 13:30:00 +0200
+
 minerva (12.0.0~beta.6) unstable; urgency=medium
   * Bug fix: touch devices - long click handler sometimes was fired when not
     necessary
diff --git a/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql b/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql
new file mode 100644
index 0000000000000000000000000000000000000000..a33b6ad89d4881c84fb355b8c56d309760e66b70
--- /dev/null
+++ b/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql
@@ -0,0 +1 @@
+-- empty file to force directory to be commited to git repo