Skip to content

Commit

Permalink
Merge pull request #173 from patrikspiess/main
Browse files Browse the repository at this point in the history
🔖 Commit version v2.0.0
  • Loading branch information
lucmurer authored Nov 28, 2023
2 parents 8d362a2 + a7371c8 commit 08cf2a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [2.0.0] - 2023-11-28

### Added

- Support for Hashicorp Vault service to store sensitive inventory data
- Add license, repository and classifiers in pyproject.toml

### Changed

- Enhance create_dir() in files helper
- Change default logging (console logging enabled with log-level WARNING)

## [1.1.0] - 2023-10-18

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

## [2.0.0] - 2023-11-28

### Added

- Support for Hashicorp Vault service to store sensitive inventory data
Expand All @@ -7,6 +10,3 @@

- Enhance create_dir() in files helper
- Change default logging (console logging enabled with log-level WARNING)

### Removed

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 = "1.1.0"
__version__: str = "2.0.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 = "1.1.0"
version = "2.0.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 08cf2a9

Please sign in to comment.