bump version to 0.3.1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-24 19:40:43 +02:00
parent b46ad3eedc
commit 514feac19c
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
proxmox-firewall (0.3.1) bookworm; urgency=medium
* fix #5410: config: fix naming scheme for aliases in firewall config, allow
underscores as long as it's not the first character.
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2024 19:40:16 +0200
proxmox-firewall (0.3.0) bookworm; urgency=medium
* firewall: improve handling REJECT rules

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-firewall"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",