diff --git a/CHANGELOG.md b/CHANGELOG.md index ff98947..6b4761f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.6.1 + +* Fix auto_profile implementation in thumb processor by @asgerb + ## 2.6.0 * Add auto_profile configuration option by @asgerb diff --git a/lib/dragonfly_libvips/version.rb b/lib/dragonfly_libvips/version.rb index e17da7f..b826b98 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.6.0" + VERSION = "2.6.1" end