From 885737f7f69061df717c386bbdd1c536fbf436f6 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 21 Jul 2026 00:29:05 -0400 Subject: [PATCH] bump version and changelog for v2.19.0 --- CHANGELOG.md | 4 ++-- irc/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6938b798..8291fced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog All notable changes to Ergo will be documented in this file. -## [2.19.0-rc1] - 2026-07-14 +## [2.19.0] - 2026-07-21 -We're pleased to be publishing the release candidate for v2.19.0 (the official release should follow within a week or so). This release contains IRCv3 specification-related updates, bug fixes, and minor enhancements. +We're pleased to be publishing v2.19.0, a new stable release. This release contains IRCv3 specification-related updates, bug fixes, and minor enhancements. This release includes changes to the config file format, one of which is not backwards-compatible (see below to determine whether you are affected). It includes no changes to the database file format. diff --git a/irc/version.go b/irc/version.go index 26be6248..a26b284b 100644 --- a/irc/version.go +++ b/irc/version.go @@ -7,7 +7,7 @@ import "fmt" const ( // SemVer is the semantic version of Ergo. - SemVer = "2.19.0-rc1" + SemVer = "2.19.0" ) var (