From 9fb56ce86652c63d36f361991033f3787884dc8d Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 6 Feb 2025 07:30:41 -0800 Subject: [PATCH] bump version to 2.2.3 --- CHANGELOG.md | 2 ++ VERSION | 2 +- lib/vips/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c09392..876f8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## Version 2.2.3 (2025-02-06) + * fix `Image#add_alpha()` with libvips 8.16 [kleisauke] * fix FFI function definitions for `gboolean` parameters [kleisauke] diff --git a/VERSION b/VERSION index b1b25a5..5859406 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 +2.2.3 diff --git a/lib/vips/version.rb b/lib/vips/version.rb index 44e9f33..7e19f84 100644 --- a/lib/vips/version.rb +++ b/lib/vips/version.rb @@ -1,3 +1,3 @@ module Vips - VERSION = "2.2.2" + VERSION = "2.2.3" end