From 89e3e9bb062880e5f8367fc50143c6052b8d4e16 Mon Sep 17 00:00:00 2001 From: Jan David Date: Sat, 25 Sep 2021 20:34:35 +0200 Subject: [PATCH] Update changelog for 0.1.0 (#6) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d215396..ca66b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ 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 +## [Unreleased] + +## [0.1.0] - 2021-09-25 ### Added - Implement simple logger that prints messages to the output console in Godot + +[unreleased]: https://github.com/jdno/godot-logger/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/jdno/godot-logger/releases/tag/v0.1.0