From b8b7edd52a0ae8828e4551ec2aa6448a3c9f746b Mon Sep 17 00:00:00 2001 From: Benjamin Demetz <50681275+Benji377@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:15:55 +0200 Subject: [PATCH] Bump to version 2.1.0 --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9831efa1..a36fc5e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: env: - VERSION: 2.0.1 + VERSION: 2.1.0 jobs: # Release build job diff --git a/CHANGELOG.md b/CHANGELOG.md index 52085a22..fadd8969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ Our release schedule is designed to balance feature development, stability, and | 1.2.2 | Highly experimental build with new Rust toolchain | | 2.0.0 | Moved to iced-rs frontend, full Rust support | | 2.0.1 | Fixed a bug with very small screens | +| 2.1.0 | Added PDF generation and minor bug fixes | Please refer to this change log for details on each version's changes and improvements. We appreciate your feedback and contributions as we continue to enhance our antivirus application to meet your security needs.