From 9264ffc857893e38a4a9082c6fa56923dedb763b Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 17 Apr 2017 21:16:22 +1000 Subject: [PATCH] Release v0.7.2 --- CHANGELOG.md | 14 ++++---------- irc/constants.go | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78bcd299..32bba51b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,14 @@ 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! - -### Config Changes +## [0.7.2] - 2017-04-17 +This is a patch release of Oragono to fix discovered bugs and crashes. I'll also be implementing some more stringent checks before pushing releases after this, to ensure these same sort of bugs don't happen again. ### Security - -### Added - -### Changed - -### Removed +* Fixed a bug where any user joining an unregistered channel was given chanop status (thanks @vegax87). ### Fixed +* Fixed a number of various crashes and races. ## [0.7.1] - 2017-03-28 diff --git a/irc/constants.go b/irc/constants.go index 2d0659e03..e72290bab 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.7.2-unreleased" + SemVer = "0.7.2" ) var (