diff --git a/CHANGELOG.md b/CHANGELOG.md index fad9de2..f168c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). * **Security**: in case of vulnerabilities. ## [unreleased] + + +## [0.6.1] - 2024-10-02 ### Added - Add support for NAT anchors and rules. diff --git a/Cargo.lock b/Cargo.lock index ad2ba46..a049d0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "pfctl" -version = "0.6.0" +version = "0.6.1" dependencies = [ "assert_matches", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index a7f1cf4..8f2e4f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pfctl" -version = "0.6.0" +version = "0.6.1" authors = ["Mullvad VPN"] license = "MIT/Apache-2.0" description = "Library for interfacing with the Packet Filter (PF) firewall on macOS"