From 19737361ad5078c9109585e627f8db60d9de2cce Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Wed, 1 Jun 2022 02:56:35 +0000 Subject: [PATCH] Release 2.3.1 --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index dd119db..dbfee8d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ This Changelog records major changes between versions. Not all changes are recorded. Please check git log for details. +## Version 2.3.1 + +- No new features in this release +- Bumped versions of Go toolchain and third-party dependencies, requested by #128 + ## Version 2.3.0 - The repository now conforms to the Go semvar standard (Fixed #115, thanks to @leiless)