From 1094a22ed627b860cb313fb042a6101f7a11af17 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Fri, 22 Nov 2024 15:06:06 +0100 Subject: [PATCH] Release 6.0.1 --- .github/workflows/tests.yml | 1 + CHANGELOG.md | 3 ++- lib/whois/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24f308b98..ecbff226a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e11b789..34514f347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). -## main + +## Release 6.0.1 ### Changed diff --git a/lib/whois/version.rb b/lib/whois/version.rb index ab695f2c3..6f2a4fb6c 100644 --- a/lib/whois/version.rb +++ b/lib/whois/version.rb @@ -11,5 +11,5 @@ module Whois # The current library version. - VERSION = "6.0.0" + VERSION = "6.0.1" end