From 12e7cf50b512d0f4c0735138013c5ea6d87fdee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Tue, 1 Mar 2022 22:14:25 +0100 Subject: [PATCH] Bump to 1.12.2 --- CHANGELOG.md | 2 +- lib/image_processing/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1807a..0b82457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## 1.12.2 (2022-03-01) * Prevent remote shell execution when using `#apply` with operations coming from user input (@janko) diff --git a/lib/image_processing/version.rb b/lib/image_processing/version.rb index 0137459..78c9f5b 100644 --- a/lib/image_processing/version.rb +++ b/lib/image_processing/version.rb @@ -1,3 +1,3 @@ module ImageProcessing - VERSION = "1.12.1" + VERSION = "1.12.2" end