From 3f88dd54d4c93a66f8339caf97b444f8effeb9be Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Sat, 13 May 2023 17:10:18 +0100 Subject: [PATCH] Exiv2 v0.27.7 --- CMakeLists.txt | 2 +- doc/ChangeLog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 -------------------------------------