From d0838c1e7cc2a434f96a36fda0ade75426f209a5 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 12 Nov 2024 15:21:52 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 2 +- lib/client_side_validations/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac42c68f..99f64d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 22.3.0 / 2024-11-08 +## 22.3.0 / 2024-11-12 * [FEATURE] Rails 8.0 compatibility * [ENHANCEMENT] Update QUnit to 2.22.0 diff --git a/lib/client_side_validations/version.rb b/lib/client_side_validations/version.rb index 67aa1cc5..f6285b82 100644 --- a/lib/client_side_validations/version.rb +++ b/lib/client_side_validations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ClientSideValidations - VERSION = '22.2.0' + VERSION = '22.3.0' end