From 43e521be408464477dfb4009a8ed20739b375881 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 23 Feb 2022 21:44:00 +1100 Subject: [PATCH] Version 2.4.0 --- CHANGELOG.md | 9 ++++++++- lib/pwned/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c7a70..e99b9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog for `Pwned` -## Ongoing [☰](https://github.com/philnash/pwned/compare/v2.2.0...master) +## Ongoing [☰](https://github.com/philnash/pwned/compare/v2.4.0...master) + +## 2.4.0 (February 23, 2022) [☰](https://github.com/philnash/pwned/compare/v2.3.0...v2.4.0) + +- Minor updates + + - Adds `default_request_options` to set global defaults for the gem + - Adds Ruby 3.1 to the test matrix ## 2.3.0 (August 30, 2021) [☰](https://github.com/philnash/pwned/compare/v2.2.0...v2.3.0) diff --git a/lib/pwned/version.rb b/lib/pwned/version.rb index 5e2cb23..5b1dce9 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.3.0" + VERSION = "2.4.0" end