From 4476917d3be4c15678f395954a8df4f7e8dc204e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Murer-J=C3=A4ckle?= Date: Thu, 20 Apr 2023 15:18:35 +0200 Subject: [PATCH] :bookmark: Commit version v0.9.0 --- CHANGELOG.md | 9 ++++++--- fotoobo/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45940d9..38106de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ For examples and guidelines see [https://keepachangelog.com/](https://keepachang # [Unreleased] + +# [Released] + +## [0.9.0] - 2023-04-23 + ### Added - It is now possible to use a custom CA to verify the connections to your Fortinet devices @@ -12,12 +17,10 @@ For examples and guidelines see [https://keepachangelog.com/](https://keepachang ### Changed -- Command `fotoobo fmg assign` now lets you to specify which global policy to assign +- Command `fotoobo fmg assign` now lets you specify which global policy to assign - Changed the order of arguments in `fotoobo fmg post` and made host optional with "fmg" as default. -# [Released] - ## [0.8.0] - 2023-04-13 ### Changed diff --git a/fotoobo/__init__.py b/fotoobo/__init__.py index dbb3438..bff90af 100644 --- a/fotoobo/__init__.py +++ b/fotoobo/__init__.py @@ -5,4 +5,4 @@ to be extendable to your needs. It's most likely the swiss army knife for Fortinet infrastructure. """ -__version__: str = "0.8.0" +__version__: str = "0.9.0" diff --git a/pyproject.toml b/pyproject.toml index b1acf30..907fb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "fotoobo" -version = "0.8.0" +version = "0.9.0" description = "The awesome Fortinet Toolbox" authors = ["Patrik Spiess ", "Lukas Murer-Jäckle "] readme = "README.md"