From 8f5da183206a3340061adb815d68e1e18d87b022 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sat, 14 Sep 2024 21:39:02 -0300 Subject: [PATCH] chore: changelog Signed-off-by: Vitor Mattos [skip ci] --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e371d1b55d..2fcc4e9285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,45 @@ Types of changes: - *Security* in case of vulnerabilities. +## 10.0.2 - 2024-09-14 +### Fixes +* fix: ajust condition to filter file list[3702](https://github.com/LibreSign/libresign/pull/3702) +* fix: prevent warning when check if array has key[3692](https://github.com/LibreSign/libresign/pull/3692) +* fix: prevent duplicate text[3688](https://github.com/LibreSign/libresign/pull/3688) +* fix: notification parameters need to be string[3683](https://github.com/LibreSign/libresign/pull/3683) + +### Changes +* chore: adjust filter condition[3705](https://github.com/LibreSign/libresign/pull/3705) +* chore: validation setup improvement[3697](https://github.com/LibreSign/libresign/pull/3697) +* bump dependencies +* Update translations + +## 9.3.2 - 2024-09-14 +### Fixes +* fix: ajust condition to filter file list [3701](https://github.com/LibreSign/libresign/pull/3701) +* fix: prevent warning when check if array has key [3691](https://github.com/LibreSign/libresign/pull/3691) +* fix: prevent duplicate text [3689](https://github.com/LibreSign/libresign/pull/3689) +* fix: notification parameters need to be string [3682](https://github.com/LibreSign/libresign/pull/3682) + +### Changes +* chore: adjust filter condition [3704](https://github.com/LibreSign/libresign/pull/3704) +* chore: validation setup improvement [3696](https://github.com/LibreSign/libresign/pull/3696) +* bump dependencies +* Update translations + +## 8.3.2 - 2024-09-14 +### Fixes +* fix: ajust condition to filter file list [3700](https://github.com/LibreSign/libresign/pull/3700) +* fix: prevent warning when check if array has key [3690](https://github.com/LibreSign/libresign/pull/3690) +* fix: prevent duplicate text [3687](https://github.com/LibreSign/libresign/pull/3687) +* fix: notification parameters need to be string [3681](https://github.com/LibreSign/libresign/pull/3681) + +### Changes +* chore: adjust filter condition [3703](https://github.com/LibreSign/libresign/pull/3703) +* chore: validation setup improvement [3695](https://github.com/LibreSign/libresign/pull/3695) +* bump dependencies +* Update translations + ## 10.0.1 - 2024-09-10 ### Fixes * fix: check linux distro when get java path [3655](https://github.com/LibreSign/libresign/pull/3655)