bump version and changelog for official release

This commit is contained in:
Shivaram Lingamneni 2021-06-07 02:10:33 -04:00
parent 36703580fc
commit 9851d2e9bc
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Changelog
All notable changes to Ergo will be documented in this file.
## [2.7.0-rc1] - 2021-05-30
## [2.7.0] - 2021-06-07
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.
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.
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.

View File

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