From d1bb10fdd0565562ae821c4ee11706fa77d04932 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 26 Mar 2024 18:44:21 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #48 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e761d98..efb9b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ### Unreleased +* Add debug option for installing custom csig validation certs ([Issue #47], [PR #48]) + ### Version 4.0 This release has no changes for most folks, but does have a breaking change for those using custom CA certificates: @@ -93,6 +95,7 @@ Changes: [Issue #29]: https://github.com/chenxiaolong/Custota/issues/29 [Issue #40]: https://github.com/chenxiaolong/Custota/issues/40 [Issue #42]: https://github.com/chenxiaolong/Custota/issues/42 +[Issue #47]: https://github.com/chenxiaolong/Custota/issues/47 [PR #1]: https://github.com/chenxiaolong/Custota/pull/1 [PR #2]: https://github.com/chenxiaolong/Custota/pull/2 [PR #6]: https://github.com/chenxiaolong/Custota/pull/6 @@ -117,3 +120,4 @@ Changes: [PR #35]: https://github.com/chenxiaolong/Custota/pull/35 [PR #41]: https://github.com/chenxiaolong/Custota/pull/41 [PR #43]: https://github.com/chenxiaolong/Custota/pull/43 +[PR #48]: https://github.com/chenxiaolong/Custota/pull/48