From 84b27b6e2fb6fe3f4bacd6d8a11be4df82ebdf89 Mon Sep 17 00:00:00 2001
From: asgerb
Date: Thu, 30 Oct 2025 14:02:48 +0100
Subject: [PATCH 1/2] Update CHANGELOG.md
---
CHANGELOG.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52f22f7..ff98947 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG
+## 2.6.0
+
+* Add auto_profile configuration option by @asgerb
+* Fix output not having the ICC profile embedded by @asgerb
+
## 2.5.1
* Update all DragonflyLibvips.symbolize_keys to new syntax by @Bartuz
From f37b4e8b4de6c178855237fb680ec39b52af0358 Mon Sep 17 00:00:00 2001
From: asgerb
Date: Thu, 30 Oct 2025 14:02:51 +0100
Subject: [PATCH 2/2] Update version.rb
---
lib/dragonfly_libvips/version.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/dragonfly_libvips/version.rb b/lib/dragonfly_libvips/version.rb
index 7df2fef..e17da7f 100644
--- a/lib/dragonfly_libvips/version.rb
+++ b/lib/dragonfly_libvips/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DragonflyLibvips
- VERSION = "2.5.1"
+ VERSION = "2.6.0"
end