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 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