diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4e908..0d7e1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.6](https://github.com/telekom-mms/fortilib/tree/1.0.6) (2024-07-29) + +[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.5...1.0.6) + +**Merged pull requests:** + +- fix: dealing with different address types in phase2 interfaces [\#121](https://github.com/telekom-mms/fortilib/pull/121) ([BenjaminBoehm](https://github.com/BenjaminBoehm)) + ## [1.0.5](https://github.com/telekom-mms/fortilib/tree/1.0.5) (2024-07-29) [Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.4...1.0.5) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0c71799..f08276c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "NOC ZED" # The full version, including alpha/beta/rc tags -release = "1.0.5" +release = "1.0.6" # -- General configuration --------------------------------------------------- diff --git a/fortilib/__init__.py b/fortilib/__init__.py index 6a213ef..5248e55 100644 --- a/fortilib/__init__.py +++ b/fortilib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" from typing import ( Dict, diff --git a/pyproject.toml b/pyproject.toml index c272e68..b63bc39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fortilib" -version = "1.0.5" +version = "1.0.6" description = "fortilib - a Python Library to interact with Fortigate Firewalls" readme = "README.md" authors = [