mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Setup v1.2.0-unreleased devel ver
This commit is contained in:
parent
2deaad6de1
commit
9ce3bed4a2
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,22 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to Oragono will be documented in this file.
|
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
|
## [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:
|
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 (
|
const (
|
||||||
// SemVer is the semantic version of Oragono.
|
// SemVer is the semantic version of Oragono.
|
||||||
SemVer = "1.1.0"
|
SemVer = "1.2.0-unreleased"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user