Skip to content

Commit

Permalink
🔖 Commit version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikspiess committed Nov 29, 2023
1 parent bfa67a8 commit 551bb5f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [2.0.1] - 2023-11-29

### Added

- Option ssl_verify for Vault service

## [2.0.0] - 2023-11-28

### Added
Expand Down
3 changes: 3 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

## [2.0.1] - 2023-11-29

### Added

- Option ssl_verify for Vault service
2 changes: 1 addition & 1 deletion fotoobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .fortinet import FortiAnalyzer, FortiClientEMS, FortiGate, FortiManager

__all__ = ["FortiAnalyzer", "FortiClientEMS", "FortiGate", "FortiManager"]
__version__: str = "2.0.0"
__version__: str = "2.0.1"
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 = "2.0.0"
version = "2.0.1"
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 551bb5f

Please sign in to comment.