From e5c822ea112de387473094f38e13b62a79c3d954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 27 May 2020 23:05:17 +0200 Subject: [PATCH] Update `CHANGELOG` --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ce4c1..266a75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2020-05-27 +### Changed +- `glyph_brush` updated to `0.7`. [#1] + +[#1]: https://github.com/hecrj/glow_glyph/pull/1 + ## [0.1.0] - 2020-05-22 ### Added - First release! :tada: -[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.1.0...HEAD +[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.0...HEAD +[0.2.0]: https://github.com/hecrj/glow_glyph/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/hecrj/glow_glyph/releases/tag/0.1.0