From d1ed5e4cbf7ca405a8bf34fb71aafa05710ca729 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sat, 16 Nov 2019 18:14:20 -0500 Subject: [PATCH] bump version and changelog --- CHANGELOG.md | 6 +++--- irc/constants.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04f7738..81349a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog All notable changes to Oragono will be documented in this file. -## [1.2.0-rc1] - 2019-11-04 -We're pleased to be publishing the release candidate for 1.2.0 (the official release should follow in a week or two). This version contains bug fixes and minor improvements. +## [1.2.0] - 2019-11-17 +We're pleased to announce Oragono 1.2.0. This version contains bug fixes and minor improvements. Many thanks to [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@edmund-huber](https://github.com/edmund-huber), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), [@poVoq](https://github.com/oragono/oragono/issues/624), [@prawnsalad](https://github.com/prawnsalad), and stealthgin for reporting issues and contributing code reviews, and also to [@bogdomania](https://github.com/bogdomania), Forbidden (cptbl00dra1n), Nuve, [@streaps](https://github.com/streaps), and UnLokitoFeliz for contributing translations. @@ -29,7 +29,7 @@ This release includes a database change. If you have `datastore.autoupgrade` set * Allowed Tor and non-Tor connections to attach to the same nickname via bouncer functionality (#632) ### Fixed -* Fixed `CAP LS 302` response being potentially truncated (#594) +* Fixed `CAP LS 302` response being potentially truncated (#594, #661) * Fixed redundant output to some `MODE` commands (#649) * Improved display of replies to `/msg NickServ verify` in some clients (#567, thanks [@edmund-huber](https://github.com/edmund-huber)!) * Improved display of NickServ timeout warnings in some clients (#572, thanks [@bogdomania](https://github.com/bogdomania)!) diff --git a/irc/constants.go b/irc/constants.go index 81453079..7a3a14d7 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "1.2.0-rc1" + SemVer = "1.2.0" ) var (