From d99ba685c6bb051bce87e0c4878bdf6720352393 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 28 Sep 2021 11:29:37 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed496c9..a720662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [0.1.0] + +### Fixed + +- Now actually loads cached breadcrumbs on boot :) + ## [0.0.2] ### Added @@ -33,6 +39,7 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2 - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -[Unreleased]: https://github.com/glhd/gretel/compare/0.0.2...HEAD +[Unreleased]: https://github.com/glhd/gretel/compare/0.1.0...HEAD +[0.1.0]: https://github.com/glhd/gretel/compare/0.0.2...0.1.0 [0.0.2]: https://github.com/glhd/gretel/compare/0.0.1...0.0.2 [0.0.1]: https://github.com/glhd/gretel/releases/tag/0.0.1