Skip to content

Commit

Permalink
bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Stuerz committed Aug 13, 2021
1 parent 392dea7 commit 5bfc416
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class { 'opnsense':
"sequence" => "1",
"action" => "pass",
"interface" => ["lan", "wan"],
"ensure" => present
"ensure" => present
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5bfc416

Please sign in to comment.