From 3acdca19124943718328edc2beac11cc38e9819a Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Wed, 6 Dec 2023 12:14:37 -0800 Subject: [PATCH] meh let's bump minor --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690b177c..61039864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,11 +26,11 @@ vendored versions of ExifTool match the version that they vendor. ## Version history -### v23.6.1 +### v23.7.0 - 📦 Added MWG `.HierarchicalKeywords` and `.Collections` to `Tags` -- 📦 `Rotation` was removed from the default set of `numericTags`, as it may +- 🐞/📦 `Rotation` was removed from the default set of `numericTags`, as it may be encoded as an EXIF orientation value, or a degree rotation, and it should be up to the application to figure it out.