Skip to content

Commit

Permalink
bump version and changelog for pointfix
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jan 22, 2023
1 parent 9589d01 commit ca03a42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to Ergo will be documented in this file.

## [2.11.1] - 2022-01-22

Ergo 2.11.1 is a bugfix release, fixing a denial-of-service issue in our websocket implementation. We regret the oversight.

This release includes no changes to the config file format or database file format.

### Security
* Fixed a denial-of-service issue affecting websocket clients (#2039)

## [2.11.0] - 2022-12-25

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.
Expand Down
2 changes: 1 addition & 1 deletion irc/version.go
Expand Up @@ -7,7 +7,7 @@ import "fmt"

const (
// SemVer is the semantic version of Ergo.
SemVer = "2.11.0"
SemVer = "2.11.1"
)

var (
Expand Down

0 comments on commit ca03a42

Please sign in to comment.