From d1820b35e514cf700533eba84b291d8aea0b91b4 Mon Sep 17 00:00:00 2001 From: Andreas Stuerz Date: Wed, 4 Aug 2021 12:26:51 +0200 Subject: [PATCH] bump version to 1.3.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac4557..5fda61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.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) + +### Added + +- add manifests [\#5](https://github.com/andeman/puppet-opnsense/pull/5) ([andeman](https://github.com/andeman)) + ## [v1.2.0](https://github.com/andeman/puppet-opnsense/tree/v1.2.0) (2021-07-23) [Full Changelog](https://github.com/andeman/puppet-opnsense/compare/v1.1.1...v1.2.0) diff --git a/metadata.json b/metadata.json index 0317966..8fd4bae 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "andeman-opnsense", - "version": "1.2.0", + "version": "1.3.0", "author": "andeman", "summary": "Manage OPNsense firewalls", "license": "Apache-2.0",