Skip to content

Commit

Permalink
bump version and changelog for v2.10.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed May 23, 2022
1 parent 40d70b8 commit acd95b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion irc/version.go
Expand Up @@ -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 (
Expand Down

0 comments on commit acd95b9

Please sign in to comment.