Browse Source

bump version and changelog for official release

tags/v2.7.0^0
Shivaram Lingamneni 2 years ago
parent
commit
9851d2e9bc
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 2
- 2
CHANGELOG.md View File

@@ -1,9 +1,9 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
-## [2.7.0-rc1] - 2021-05-30
4
+## [2.7.0] - 2021-06-07
5 5
 
6
-We're pleased to be publishing Ergo 2.7.0-rc1, our first release candidate under our new name of Ergo. This release contains bug fixes and minor enhancements.
6
+We're pleased to be publishing Ergo 2.7.0, our first official release under our new name of Ergo. This release contains bug fixes and minor enhancements.
7 7
 
8 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. This release includes no changes to the database format.
9 9
 

+ 1
- 1
irc/version.go View File

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

Loading…
Cancel
Save