Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Apr 18, 2021
1 parent 4173847 commit 7481bf0
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 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:

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 Oragono.
SemVer = "2.6.0-rc1"
SemVer = "2.6.0"
)

var (
Expand Down

0 comments on commit 7481bf0

Please sign in to comment.