From 1bf6a4e7723cfde85a9b23bbe2a9d2d5b91ac654 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 27 Aug 2023 13:29:48 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abac335..6943b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] + +### Fixed + +* Switch to Debian bookworm Docker image for runtime; fixes Docker image + ## [0.3.1] ### Changed @@ -91,8 +97,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Rename Autarco Scraper project to Solar Grabber. -[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.1...HEAD -[0.3.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0 +[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.2...HEAD +[0.3.2]: https://git.luon.net/paul/solar-grabber/compare/v0.3.1...v0.3.2 +[0.3.1]: https://git.luon.net/paul/solar-grabber/compare/v0.3.0...v0.3.1 [0.3.0]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0 [0.2.2]: https://git.luon.net/paul/solar-grabber/compare/v0.2.1...v0.2.2 [0.2.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.0...v0.2.1