Browse Source

bump version and changelog

tags/v1.2.0^2
Shivaram Lingamneni 4 years ago
parent
commit
d1ed5e4cbf
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 3
- 3
CHANGELOG.md View File

@@ -1,8 +1,8 @@
1 1
 # Changelog
2 2
 All notable changes to Oragono will be documented in this file.
3 3
 
4
-## [1.2.0-rc1] - 2019-11-04
5
-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.
4
+## [1.2.0] - 2019-11-17
5
+We're pleased to announce Oragono 1.2.0. This version contains bug fixes and minor improvements.
6 6
 
7 7
 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.
8 8
 
@@ -29,7 +29,7 @@ This release includes a database change. If you have `datastore.autoupgrade` set
29 29
 * Allowed Tor and non-Tor connections to attach to the same nickname via bouncer functionality (#632)
30 30
 
31 31
 ### Fixed
32
-* Fixed `CAP LS 302` response being potentially truncated (#594)
32
+* Fixed `CAP LS 302` response being potentially truncated (#594, #661)
33 33
 * Fixed redundant output to some `MODE` commands (#649)
34 34
 * Improved display of replies to `/msg NickServ verify` in some clients (#567, thanks [@edmund-huber](https://github.com/edmund-huber)!)
35 35
 * Improved display of NickServ timeout warnings in some clients (#572, thanks [@bogdomania](https://github.com/bogdomania)!)

+ 1
- 1
irc/constants.go View File

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "1.2.0-rc1"
12
+	SemVer = "1.2.0"
13 13
 )
14 14
 
15 15
 var (

Loading…
Cancel
Save