diff --git a/CHANGELOG.md b/CHANGELOG.md index 6551c0ab..b3d76a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to Oragono will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format. -## Unreleased -New release of Oragono! +## [0.10.3] - 2017-12-26 +This patch fixes a couple bugs, updates cap/isupport token names in response to spec changes, and allows unprivileged users to list channel bans. Ah, DLINE and KLINE also store oper names, so you can see who set those pesky bans later on! -### Config Changes +Overall, a fairly standard patch that just improves things. No config changes, no database changes. -### Security +Also, Merry Christmas and Happy Holidays! ### Added * `DLINE`/`KLINE`: We now save the name of whichever oper set the ban (and display it later). @@ -20,8 +20,6 @@ New release of Oragono! * Casemapping is now advertised using the `UTF8MAPPING` token, matching the new spec changes. * We now allow unprivileged users to list channel bans. -### Removed - ### Fixed * Fixed a bug around removing channel bans. * Fixed a client timeout bug. diff --git a/irc/constants.go b/irc/constants.go index eddc8f97..7e024e18 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "0.10.3-unreleased" + SemVer = "0.10.3" ) var (