From 8d02ae8257778e51f66b1c1a41573f5a52c90fb5 Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Mon, 1 Apr 2024 19:23:55 +0300 Subject: [PATCH] Update version and changelog --- CHANGELOG | 3 +++ lib/fastimage/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c07ee92..b251b20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Version 2.3.1 +- FIX: avoid bug where a NoMethodError exception is raised on faulty images + Version 2.3.0 24-Dec-2023 diff --git a/lib/fastimage/version.rb b/lib/fastimage/version.rb index 55b96bb..e306e8f 100644 --- a/lib/fastimage/version.rb +++ b/lib/fastimage/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class FastImage - VERSION = '2.3.0' + VERSION = '2.3.1' end