Skip to content

Commit

Permalink
bump version and changelog for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jun 8, 2021
1 parent 3670358 commit 9851d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion irc/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "fmt"

const (
// SemVer is the semantic version of Ergo.
SemVer = "2.7.0-rc1"
SemVer = "2.7.0"
)

var (
Expand Down

0 comments on commit 9851d2e

Please sign in to comment.