diff --git a/CHANGELOG.md b/CHANGELOG.md index b657854..f8eaf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,5 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.0] - 2021-03-14 - Initial release of Chirp framework. diff --git a/WhiteSparrow/Logging/Chirp/Chirp.cs b/WhiteSparrow/Logging/Chirp/Chirp.cs index 75174f8..68278ba 100644 --- a/WhiteSparrow/Logging/Chirp/Chirp.cs +++ b/WhiteSparrow/Logging/Chirp/Chirp.cs @@ -21,7 +21,7 @@ public enum LogLevel public static class Chirp { - public const string Version = "0.7"; + public const string Version = "0.7.0"; private static ILogger[] s_Loggers;