Skip to content

Commit a0ad422

Browse files
committed
bump version and changelog for v2.9.0
1 parent 7a6e7f0 commit a0ad422

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Changelog
22
All notable changes to Ergo will be documented in this file.
33

4-
## [2.9.0-rc1] - 2021-01-02
4+
## [2.9.0] - 2021-01-09
55

6-
We're pleased to be publishing the release candidate for 2.9.0 (the official release should follow in a week or so).
7-
8-
This release contains mostly bug fixes, with some enhancements to moderation tools.
6+
We're pleased to be publishing 2.9.0, a new stable release. This release contains mostly bug fixes, with some enhancements to moderation tools.
97

108
This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading. It includes no changes to the database file format.
119

irc/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "fmt"
77

88
const (
99
// SemVer is the semantic version of Ergo.
10-
SemVer = "2.9.0-rc1"
10+
SemVer = "2.9.0"
1111
)
1212

1313
var (

0 commit comments

Comments
 (0)