From 2cb8944305ed048b00c1dcdb8859074329e1791e Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Tue, 4 Oct 2022 20:21:51 -0500 Subject: [PATCH] v1.1.0 release prep --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0723783f..f2b57736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.1.0 - 2022-10-04 + +### Fixed + +- #93 Updated Capirca Documentation syntax +- #95 Updated CI to cancel previous run on new commit to same branch + +### Added + +- #92 Initial Addition of NAT models + ## v1.0.2 - 2022-09-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 0208f73d..5d342345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-firewall-models" -version = "1.0.2" +version = "1.1.0" description = "Nautobot plugin to model firewall objects." authors = ["Network to Code, LLC "] license = "Apache-2.0"