diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b70eaff29..0bc87f06a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
 cmake_minimum_required( VERSION 3.7.2 )
 
 project(exiv2
-    VERSION 0.27.6
+    VERSION 0.27.7
     LANGUAGES CXX
 )
 
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 982a6d0b85..6247590036 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,15 @@
+Changes from version 0.27.6 to 0.27.7
+-------------------------------------
+
+Closed:
+https://github.com/Exiv2/exiv2/milestone/11?closed=1
+
+Open:
+https://github.com/Exiv2/exiv2/milestone/11?open=1
+
+Release Notes:
+https://github.com/Exiv2/exiv2/pull/2567#issuecomment-1546701495
+
 Changes from version 0.27.5 to 0.27.6
 -------------------------------------