mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +01:00
bump version and changelog for v2.9.0
This commit is contained in:
parent
7a6e7f05a1
commit
a0ad42272d
@ -1,11 +1,9 @@
|
||||
# Changelog
|
||||
All notable changes to Ergo will be documented in this file.
|
||||
|
||||
## [2.9.0-rc1] - 2021-01-02
|
||||
## [2.9.0] - 2021-01-09
|
||||
|
||||
We're pleased to be publishing the release candidate for 2.9.0 (the official release should follow in a week or so).
|
||||
|
||||
This release contains mostly bug fixes, with some enhancements to moderation tools.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -7,7 +7,7 @@ import "fmt"
|
||||
|
||||
const (
|
||||
// SemVer is the semantic version of Ergo.
|
||||
SemVer = "2.9.0-rc1"
|
||||
SemVer = "2.9.0"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user