From acd95b9924023347a01b5b7f5a9cb29c341b9941 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 23 May 2022 15:16:51 -0400 Subject: [PATCH] bump version and changelog for v2.10.0-rc2 --- CHANGELOG.md | 7 +++++++ irc/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1826e957..481319b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to Ergo will be documented in this file. +## [2.10.0-rc2] - 2022-05-23 + +Testing of 2.10.0-rc1 revealed serious bugs in the new `draft/read-marker` implementation. Consequently, we're publishing a second release candidate that fixes these issues. The final release is expected within a week or so; we apologize for the delay. + +### Fixed +* Fixed bugs in the new `draft/read-marker` implementation (#1961, #1962) + ## [2.10.0-rc1] - 2022-05-16 We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so). diff --git a/irc/version.go b/irc/version.go index 938fe81e..afe0bfa1 100644 --- a/irc/version.go +++ b/irc/version.go @@ -7,7 +7,7 @@ import "fmt" const ( // SemVer is the semantic version of Ergo. - SemVer = "2.10.0-rc1" + SemVer = "2.10.0-rc2" ) var (