Skip to content

Commit

Permalink
🔖 Commit version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikspiess committed Nov 28, 2023
1 parent 8d362a2 commit 646e066
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ 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)

### Removed

## [1.1.0] - 2023-10-18

### Added
Expand Down
4 changes: 3 additions & 1 deletion 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 @@ -9,4 +12,3 @@
- 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 646e066

Please sign in to comment.