bump version and changelog

This commit is contained in:
Shivaram Lingamneni 2021-04-18 14:30:35 -04:00
parent 41738471ce
commit 7481bf0385
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Changelog
All notable changes to Oragono will be documented in this file.
## [2.6.0-rc1] - 2021-04-11
## [2.6.0] - 2021-04-18
We're pleased to be publishing the release candidate for 2.6.0 (the official release should follow in a week or so).
We're pleased to announce Oragono 2.6.0, a new stable release.
This release has some user-facing enhancements, but is primarily focused on fixing bugs and advancing the state of IRCv3 standardization (by publishing a release that implements the latest drafts). Some highlights:

View File

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