diff --git a/CHANGELOG.md b/CHANGELOG.md index 6443119..d4020da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -## HEAD +## 1.13.0 (2024-07-24) -* Add `#cover` that allows one to resize an image to cover a given width and height without cropping - the excess. (@brendon) +* [minimagick] Use `-append` when calling `#append` with no arguments (@janko) + +* [vips] Avoid lines on the side when rotating by multiples of 90 degrees (@etherbob) + +* Add `#resize_to_cover` that allows resizing an image to cover a given rectangle without cropping the excess (@brendon) ## 1.12.2 (2022-03-01) diff --git a/lib/image_processing/version.rb b/lib/image_processing/version.rb index 78c9f5b..5b17621 100644 --- a/lib/image_processing/version.rb +++ b/lib/image_processing/version.rb @@ -1,3 +1,3 @@ module ImageProcessing - VERSION = "1.12.2" + VERSION = "1.13.0" end