diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fda61c..155e260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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). +## [v1.4.0](https://github.com/andeman/puppet-opnsense/tree/v1.4.0) (2021-08-13) + +[Full Changelog](https://github.com/andeman/puppet-opnsense/compare/v1.3.0...v1.4.0) + +### Added + +- Add test for facts [\#8](https://github.com/andeman/puppet-opnsense/pull/8) ([andeman](https://github.com/andeman)) +- add custom facts [\#6](https://github.com/andeman/puppet-opnsense/pull/6) ([fraenki](https://github.com/fraenki)) + +### Fixed + +- fix running on opnsense directly [\#7](https://github.com/andeman/puppet-opnsense/pull/7) ([andeman](https://github.com/andeman)) + ## [v1.3.0](https://github.com/andeman/puppet-opnsense/tree/v1.3.0) (2021-08-04) [Full Changelog](https://github.com/andeman/puppet-opnsense/compare/v1.2.0...v1.3.0) diff --git a/REFERENCE.md b/REFERENCE.md index 2dd9031..863b3d0 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -57,7 +57,7 @@ class { 'opnsense': "sequence" => "1", "action" => "pass", "interface" => ["lan", "wan"], - "ensure" => present + "ensure" => present } } } diff --git a/metadata.json b/metadata.json index 8fd4bae..d4981e9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "andeman-opnsense", - "version": "1.3.0", + "version": "1.4.0", "author": "andeman", "summary": "Manage OPNsense firewalls", "license": "Apache-2.0",