Browse Source

bump version and changelog

tags/v2.6.0^0
Shivaram Lingamneni 3 years ago
parent
commit
7481bf0385
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
 # Changelog
1
 # Changelog
2
 All notable changes to Oragono will be documented in this file.
2
 All notable changes to Oragono will be documented in this file.
3
 
3
 
4
-## [2.6.0-rc1] - 2021-04-11
4
+## [2.6.0] - 2021-04-18
5
 
5
 
6
-We're pleased to be publishing the release candidate for 2.6.0 (the official release should follow in a week or so).
6
+We're pleased to announce Oragono 2.6.0, a new stable release.
7
 
7
 
8
 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:
8
 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:
9
 
9
 

+ 1
- 1
irc/version.go View File

7
 
7
 
8
 const (
8
 const (
9
 	// SemVer is the semantic version of Oragono.
9
 	// SemVer is the semantic version of Oragono.
10
-	SemVer = "2.6.0-rc1"
10
+	SemVer = "2.6.0"
11
 )
11
 )
12
 
12
 
13
 var (
13
 var (

Loading…
Cancel
Save