From 473d4b60573b1a5d94fa4971c65d9d5ef5f12055 Mon Sep 17 00:00:00 2001 From: relikd Date: Fri, 4 Oct 2019 12:52:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79286e4..c9b6781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.0.1] - 2019-10-04 +### Fixed +- Crash on macOS 10.14 due to a `CGColorRef` null pointer + + ## [1.0.0] - 2019-10-03 ### Added - App Signing @@ -115,7 +120,8 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release -[Unreleased]: https://github.com/relikd/baRSS/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/relikd/baRSS/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/relikd/baRSS/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/relikd/baRSS/compare/v0.9.4...v1.0.0 [0.9.4]: https://github.com/relikd/baRSS/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/relikd/baRSS/compare/v0.9.2...v0.9.3