Skip to content

Commit

Permalink
Merge pull request #224 from patrikspiess/FortiManager-address-and-se…
Browse files Browse the repository at this point in the history
…rvice-handling-#217

🔖 Commit version v2.2.0
  • Loading branch information
lucmurer authored Oct 14, 2024
2 parents 2c3b81c + 058f887 commit 0a9aedd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [2.2.0] - 2024-10-14

### Added

- FortiManager Methods for handling addresses and services (get and delete)

### Changed

- Upgrade requests to >=2.32 due to dependabot warning

### Removed

### Fixed

- Fix crash when logging or audit_logging in configuration is not a dictionary
- Fix crash when log_file in configuration is missing or empty

## [2.1.1] - 2024-05-14

### Changed
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.2.0] - 2024-10-14

### Added

- FortiManager Methods for handling addresses and services (get and delete)
Expand Down
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.1.1"
__version__: str = "2.2.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 = "2.1.1"
version = "2.2.0"
description = "The awesome Fortinet Toolbox"
authors = ["Patrik Spiess <[email protected]>", "Lukas Murer-Jäckle <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0a9aedd

Please sign in to comment.