From 9989e66b80b570321deeb125b2e6fd549202a620 Mon Sep 17 00:00:00 2001 From: Jules Kreuer Date: Mon, 27 May 2024 10:42:11 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce80274..00382d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## Version 1.2.2 +- Fix download url. +- Add http status code test. + +**Full Changelog**: [v1.2.1...v1.2.2](https://github.com/not-a-feature/wd_fw_update/compare/v1.2.1...v1.2.2) + ## Version 1.2.1 - Remove debug value -**Full Changelog**: [v1.1.1...v1.2.0](https://github.com/not-a-feature/wd_fw_update/compare/v1.2.0...v1.2.1) +**Full Changelog**: [v1.1.1...v1.2.1](https://github.com/not-a-feature/wd_fw_update/compare/v1.2.0...v1.2.1) ## Version 1.2.0 - Perform version dependency check earlier s.t. it fails early.