diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2b599..e37d3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2020-06-27 +### Fixed +- Removed object label for `Cache`. `glObjectLabel` is not widely supported, causing panics in some environments. + ## [0.2.0] - 2020-05-27 ### Changed - `glyph_brush` updated to `0.7`. [#1] @@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release! :tada: -[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.0...HEAD +[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.1...HEAD +[0.2.1]: https://github.com/hecrj/glow_glyph/compare/0.2.0...0.2.1 [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