Update the changelog

This commit is contained in:
Paul van Tilburg 2022-05-07 21:54:53 +02:00
parent e408fbb91d
commit 2c04a92965
Signed by untrusted user: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 11 additions and 0 deletions

View File

@ -5,8 +5,19 @@ All notable changes to Sinoptik will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2022-5-07
### Added
* Add `AQI_max` and `pollen_max` to the forecast JSON (only when the PAQI
metric is selected) (#20)
## [0.1.0] - 2022-03-07
Initial release.
[Unreleased]: https://git.luon.net/paul/sinoptik/compare/v0.2.0...HEAD
[0.2.0]: https://git.luon.net/paul/sinoptik/compare/v0.1.0...v0.2.0
[0.1.0]: https://git.luon.net/paul/sinoptik/commits/tag/v0.1.0