From 1ed10669f7c78e20ed0dd321f1e0f87fbf59d485 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Tue, 11 Jan 2022 14:18:47 +0100 Subject: [PATCH] Update changelog Signed-off-by: Adam.Dybbroe --- CHANGELOG.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8a853..04f4ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,40 @@ -## Version (2022/01/08) +## Version 0.9.3 (2022/01/08) ### Pull Requests Merged #### Bugs fixed +* [PR 27](https://github.com/pytroll/pytroll-aapp-runner/pull/27) - Correct message level duplicate scene * [PR 26](https://github.com/pytroll/pytroll-aapp-runner/pull/26) - Bugfix mhs calibration -* [PR 21](https://github.com/pytroll/pytroll-aapp-runner/pull/21) - Bugfix: Nameservers list should be None on default #### Features added +* [PR 28](https://github.com/pytroll/pytroll-aapp-runner/pull/28) - Update readme file and add changelog and releasing guide * [PR 26](https://github.com/pytroll/pytroll-aapp-runner/pull/26) - Bugfix mhs calibration + +In this release 4 pull requests were closed. + + +## Version 0.9.2 + + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 21](https://github.com/pytroll/pytroll-aapp-runner/pull/21) - Bugfix: Nameservers list should be None on default + +#### Features added + * [PR 19](https://github.com/pytroll/pytroll-aapp-runner/pull/19) - Refactor aapp runner * [PR 18](https://github.com/pytroll/pytroll-aapp-runner/pull/18) - Add support for log config setup * [PR 17](https://github.com/pytroll/pytroll-aapp-runner/pull/17) - Adding unittests and minor refactoring * [PR 16](https://github.com/pytroll/pytroll-aapp-runner/pull/16) - Use setuptools scm versioning -In this release 7 pull requests were closed. +In this release 5 pull requests were closed. ## Version 0.9.1 (There were no annotated tags before this one. Thus, no loghub history.) -