Setup v1.2.0-unreleased devel ver

This commit is contained in:
Daniel Oaks 2019-06-28 22:17:43 +10:00
parent 2deaad6de1
commit 9ce3bed4a2
2 changed files with 17 additions and 1 deletions

@ -1,6 +1,22 @@
# Changelog
All notable changes to Oragono will be documented in this file.
## Unreleased
New release of Oragono!
### Config Changes
### Security
### Added
### Changed
### Removed
### Fixed
## [1.1.0] - 2019-06-27
We're pleased to announce Oragono version 1.1.0. This version has a number of exciting improvements, including:

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