Browse Source

bump version and changelog for v2.9.0

tags/v2.9.0^0
Shivaram Lingamneni 2 years ago
parent
commit
a0ad42272d
2 changed files with 3 additions and 5 deletions
  1. 2
    4
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 2
- 4
CHANGELOG.md View File

1
 # Changelog
1
 # Changelog
2
 All notable changes to Ergo will be documented in this file.
2
 All notable changes to Ergo will be documented in this file.
3
 
3
 
4
-## [2.9.0-rc1] - 2021-01-02
4
+## [2.9.0] - 2021-01-09
5
 
5
 
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.
9
 
7
 
10
 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.
8
 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.
11
 
9
 

+ 1
- 1
irc/version.go View File

7
 
7
 
8
 const (
8
 const (
9
 	// SemVer is the semantic version of Ergo.
9
 	// SemVer is the semantic version of Ergo.
10
-	SemVer = "2.9.0-rc1"
10
+	SemVer = "2.9.0"
11
 )
11
 )
12
 
12
 
13
 var (
13
 var (

Loading…
Cancel
Save