From 242cf646d0b8cbbf3ba451e90769134cdd01c8b9 Mon Sep 17 00:00:00 2001 From: Sue Zhou Date: Sun, 23 Mar 2025 15:56:58 +0000 Subject: [PATCH] tag version v2.4.2 --- CHANGELOG.md | 3 +++ lib/ndr_error/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5b924..631618a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +* no unreleased changes + +## 2.4.2 / 2025-03-23 * fix link with icon button style ## 2.4.1 / 2025-02-03 diff --git a/lib/ndr_error/version.rb b/lib/ndr_error/version.rb index a50a49c..8407a3e 100644 --- a/lib/ndr_error/version.rb +++ b/lib/ndr_error/version.rb @@ -2,5 +2,5 @@ # Contains the version of NdrError. Sourced by the gemspec. module NdrError - VERSION = '2.4.1' + VERSION = '2.4.2' end