Skip to content

Commit

Permalink
Merge pull request #2171 from slingamn/rc2
Browse files Browse the repository at this point in the history
bump version and changelog for v2.14.0-rc2
  • Loading branch information
slingamn committed Jun 16, 2024
2 parents 9b8562c + 958eb43 commit bb6c7ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to Ergo will be documented in this file.

## [2.14.0-rc2] - 2024-06-09

Due to the discovery of a bug (predating v2.14.0-rc1), we are releasing a new release candidate for v2.14.0 (the official release should follow within a week or so).

### Fixed
* Even with `allow-truncation: false` (the recommended default), some oversized messages were being accepted and relayed with truncation. These messages will now be rejected with `417 ERR_INPUTTOOLONG` as expected (#2170)

## [2.14.0-rc1] - 2024-06-09

We're pleased to be publishing the release candidate for v2.14.0 (the official release should follow within two weeks or so). This release contains primarily bug fixes, with the addition of some new authentication mechanisms for integrating with web clients.
Expand Down
2 changes: 1 addition & 1 deletion irc/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "fmt"

const (
// SemVer is the semantic version of Ergo.
SemVer = "2.14.0-rc1"
SemVer = "2.14.0-rc2"
)

var (
Expand Down

0 comments on commit bb6c7ee

Please sign in to comment.