From d644adcaaf11b1db0785d06b3779ddaadfc04c50 Mon Sep 17 00:00:00 2001 From: Guillaume Wrobel <20317297+guillaumewrobel@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:02:13 +0100 Subject: [PATCH] Fix last version year --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d885b2..7c3c1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## master -## Version 2.2.1 (2023-02-21) +## Version 2.2.1 (2024-02-21) * add `Vips.block_untrusted` method to block all untrusted operations. Only for libvips >= 8.13. [Docs](https://www.libvips.org/API/current/libvips-vips.html#vips-block-untrusted-set). [#382](https://github.com/libvips/ruby-vips/pull/382) [aglushkov](https://github.com/aglushkov) * add `Vips.block` method to block specific operation. Only for libvips >= 8.13. [Docs](https://www.libvips.org/API/current/VipsOperation.html#vips-operation-block-set). [#382](https://github.com/libvips/ruby-vips/pull/382) [aglushkov](https://github.com/aglushkov)