From 89a050b8ff958cf7ae6c2f7ddf77f9fe07355b7b Mon Sep 17 00:00:00 2001 From: CFC4N Date: Sat, 23 Dec 2023 22:57:04 +0800 Subject: [PATCH] release v0.7.1 Signed-off-by: cfc4n --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e44b309..68d9bb813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +# v0.7.1 (2023-12-23) +## What's Changed + +## New Contributors + +**Full Changelog**: https://github.com/gojue/ecapture/compare/v0.7.0...v0.7.1 +
+ # v0.7.0 (2023-12-03) ## 🚀 Breaking Changes - Split `nss/gnutls/openssl` into three separate submodules. Corresponding to the `./ecapture nss`, `./ecapture gnutls`, `ecapture tls` commands.