Browse Source

bump version and changelog

tags/v2.5.1^2
Shivaram Lingamneni 3 years ago
parent
commit
6f1380f77f
2 changed files with 12 additions and 1 deletions
  1. 11
    0
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 11
- 0
CHANGELOG.md View File

@@ -1,6 +1,17 @@
1 1
 # Changelog
2 2
 All notable changes to Oragono will be documented in this file.
3 3
 
4
+## [2.5.1] - 2021-02-02
5
+
6
+Oragono 2.5.1 is a bugfix release that fixes a significant security issue. We apologize for the oversight.
7
+
8
+This release includes no changes to the config file format or the database.
9
+
10
+Many thanks to [@xnaas](https://github.com/xnaas) for reporting the issue.
11
+
12
+### Security
13
+* Fix an incorrect permissions check in NickServ (#1520, thanks [@xnaas](https://github.com/xnaas)!)
14
+
4 15
 ## [2.5.0] - 2021-01-31
5 16
 
6 17
 We're pleased to announce Oragono 2.5.0, a new stable release.

+ 1
- 1
irc/version.go View File

@@ -7,7 +7,7 @@ import "fmt"
7 7
 
8 8
 const (
9 9
 	// SemVer is the semantic version of Oragono.
10
-	SemVer = "2.6.0-unreleased"
10
+	SemVer = "2.5.1"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save