Release v0.7.2

This commit is contained in:
Daniel Oaks 2017-04-17 21:16:22 +10:00
parent 121269661b
commit 9264ffc857
2 changed files with 5 additions and 11 deletions

@ -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

@ -9,7 +9,7 @@ import "fmt"
const (
// SemVer is the semantic version of Oragono.
SemVer = "0.7.2-unreleased"
SemVer = "0.7.2"
)
var (