Skip to content

Commit

Permalink
Merge pull request #102 from lucmurer/main
Browse files Browse the repository at this point in the history
Release version 0.9.0 of fotoobo
  • Loading branch information
patrikspiess authored Apr 20, 2023
2 parents b420fd7 + bfd7376 commit d7d81a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ 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


### 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
Expand Down
2 changes: 1 addition & 1 deletion fotoobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <patrik.spiess@mgb.ch>", "Lukas Murer-Jäckle <lukas.murer@mgb.ch>"]
readme = "README.md"
Expand Down

0 comments on commit d7d81a8

Please sign in to comment.