Browse Source

bump version and changelog for pointfix

tags/v2.11.1^0
Shivaram Lingamneni 1 year ago
parent
commit
ca03a42dff
2 changed files with 10 additions and 1 deletions
  1. 9
    0
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 9
- 0
CHANGELOG.md View File

@@ -1,6 +1,15 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
+## [2.11.1] - 2022-01-22
5
+
6
+Ergo 2.11.1 is a bugfix release, fixing a denial-of-service issue in our websocket implementation. We regret the oversight.
7
+
8
+This release includes no changes to the config file format or database file format.
9
+
10
+### Security
11
+* Fixed a denial-of-service issue affecting websocket clients (#2039)
12
+
4 13
 ## [2.11.0] - 2022-12-25
5 14
 
6 15
 We're pleased to be publishing v2.11.0, a new stable release. This is another bugfix release aimed at improving client compatibility and keeping up with the IRCv3 specification process.

+ 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 Ergo.
10
-	SemVer = "2.11.0"
10
+	SemVer = "2.11.1"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save