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