From 142782049188394f61161f890e5042b82de604c8 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 29 Aug 2022 22:03:12 +1000 Subject: [PATCH] Release version 2.4.1 --- CHANGELOG.md | 7 +++++++ lib/pwned/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99b9ad..779d3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Ongoing [☰](https://github.com/philnash/pwned/compare/v2.4.0...master) +## 2.4.1 (August 29, 2022) [☰](https://github.com/philnash/pwned/compare/v2.4.0...v2.4.1) + +- Minor updates + + - Adds French and Dutch translations + - Adds Rails 7 to the test matrix + ## 2.4.0 (February 23, 2022) [☰](https://github.com/philnash/pwned/compare/v2.3.0...v2.4.0) - Minor updates diff --git a/lib/pwned/version.rb b/lib/pwned/version.rb index 5b1dce9..c0aa01c 100644 --- a/lib/pwned/version.rb +++ b/lib/pwned/version.rb @@ -3,5 +3,5 @@ module Pwned ## # The current version of the +pwned+ gem. - VERSION = "2.4.0" + VERSION = '2.4.1' end