diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6ef36..f7205e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,7 @@ All notable changes to ircdog 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 and CLI. -## Unreleased +## [0.1.0] - 2017-12-26 Initial release of ircdog! ircdog supports connecting, responding to pings, displaying formatting, and optionally displaying the raw decoded messages with goshuirc escapes. - - -### Config Changes - -### Security - -### Added - -### Changed - -### Removed - -### Fixed diff --git a/lib/constants.go b/lib/constants.go index e88a5d1..7d95c24 100644 --- a/lib/constants.go +++ b/lib/constants.go @@ -5,5 +5,5 @@ package lib const ( // SemVer is the semantic version of this program - SemVer = "0.1.0-unreleased" + SemVer = "0.1.0" )