diff --git a/CHANGELOG.md b/CHANGELOG.md index ea242ccc..97d6e000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v8.0.1](https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.0.1) - 2024-03-20 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v8.0.0...v8.0.1) + +### Fixed + +- (MODULES-11449) - Fix for IPv6 NAT chain [#1201](https://github.com/puppetlabs/puppetlabs-firewall/pull/1201) ([Ramesh7](https://github.com/Ramesh7)) + +### Other + +- fix typos in documentation [#1195](https://github.com/puppetlabs/puppetlabs-firewall/pull/1195) ([corporate-gadfly](https://github.com/corporate-gadfly)) + ## [v8.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v8.0.0) - 2024-02-08 [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v7.0.2...v8.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index faf7c242..a350538b 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -934,7 +934,7 @@ Data type: `Optional[String[1]]` * REJECT - the packet is rejected with a suitable ICMP response * DROP - the packet is dropped - But can also be on of the following: + But can also be one of the following: * QUEUE * RETURN diff --git a/metadata.json b/metadata.json index 3f5cb0ba..800ad1ea 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "8.0.0", + "version": "8.0.1", "author": "puppetlabs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0",