bump version to 0.4.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-25 19:29:50 +02:00
parent 3b4bc833c1
commit d0506dc1a8
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
proxmox-firewall (0.4.0) bookworm; urgency=medium
* config: macros: add SPICE-proxy macro
* config: nftables: add support for icmp-type any
* firewall: improve error handling of daemon
-- Proxmox Support Team <support@proxmox.com> Thu, 25 Apr 2024 19:29:47 +0200
proxmox-firewall (0.3.1) bookworm; urgency=medium proxmox-firewall (0.3.1) bookworm; urgency=medium
* fix #5410: config: fix naming scheme for aliases in firewall config, allow * fix #5410: config: fix naming scheme for aliases in firewall config, allow

View File

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