diff --git a/CHANGELOG.md b/CHANGELOG.md index e90a65db..6993cf1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/irc/constants.go b/irc/constants.go index 217ddd4e..e91c0ff3 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "1.1.0" + SemVer = "1.2.0-unreleased" ) var (