mirror of
https://github.com/ergochat/ergo.git
synced 2025-05-03 21:27:33 +02:00
bump version and changelog for v2.13.1
This commit is contained in:
parent
af2ac175e3
commit
9325e8df33
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,6 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to Ergo will be documented in this file.
|
All notable changes to Ergo will be documented in this file.
|
||||||
|
|
||||||
|
## [2.13.1] - 2024-05-06
|
||||||
|
|
||||||
|
Ergo 2.13.1 is a bugfix release, fixing an exploitable deadlock that could lead to a denial of service. We regret the oversight.
|
||||||
|
|
||||||
|
This release includes no changes to the config file format or database format.
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
* Fixed an exploitable deadlock that could lead to a denial of service (#2149)
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
|
* Official release builds use Go 1.22.2
|
||||||
|
|
||||||
|
|
||||||
## [2.13.0] - 2024-01-14
|
## [2.13.0] - 2024-01-14
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
@ -7,7 +7,7 @@ import "fmt"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// SemVer is the semantic version of Ergo.
|
// SemVer is the semantic version of Ergo.
|
||||||
SemVer = "2.13.0"
|
SemVer = "2.13.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user