From 972827eeafdea6bcb81524c48b90118eba42a28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Ko=C5=A1ti=C4=87?= Date: Fri, 24 Nov 2023 10:19:17 +0100 Subject: [PATCH] Fix typo CHANGELOG usernames --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8655b943a..ce76c9b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Released 2023-11-23. - Typo ([@bkolobara](https://github.com/bkolobara)) - Lookup nodes host call ([@kosticmarin](https://github.com/kosticmarin)) - Deploy flow create app instance ([@kosticmarin](https://github.com/kosticmarin)) -- Zip deploy assets include root dir and all subdirs ([kosticmarin](https://github.com/kosticmarin)) +- Zip deploy assets include root dir and all subdirs ([@kosticmarin](https://github.com/kosticmarin)) - Fix mTLS root cert store ([@kosticmarin](https://github.com/kosticmarin)) - Fix clippy PartialOrd, cargo update ([@withtypes](https://github.com/withtypes))