Browse Source

bump version and changelog for v2.13.1

tags/v2.13.1^2
Shivaram Lingamneni 1 month ago
parent
commit
9325e8df33
2 changed files with 16 additions and 1 deletions
  1. 15
    0
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 15
- 0
CHANGELOG.md View File

@@ -1,6 +1,21 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
+## [2.13.1] - 2024-05-06
5
+
6
+Ergo 2.13.1 is a bugfix release, fixing an exploitable deadlock that could lead to a denial of service. We regret the oversight.
7
+
8
+This release includes no changes to the config file format or database format.
9
+
10
+### Security
11
+
12
+* Fixed an exploitable deadlock that could lead to a denial of service (#2149)
13
+
14
+### Internal
15
+
16
+* Official release builds use Go 1.22.2
17
+
18
+
4 19
 ## [2.13.0] - 2024-01-14
5 20
 
6 21
 We're pleased to be publishing v2.13.0, a new stable release. This is a bugfix release that fixes some issues, including a crash.

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

Loading…
Cancel
Save