From d644de0dbf976d20be0392761a652cd221271af6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 09:32:44 +0000 Subject: [PATCH] chore(release): 1.1.0 ## [1.1.0](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/compare/v1.0.1...v1.1.0) (2024-10-30) ### Features * ipsec_tunnel_status check Proxy ID support ([#174](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/issues/174)) ([7ae2bd5](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/commit/7ae2bd5883c65c755ed9b467d1385afe6c6d729e)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ca42f7..cb593ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panos-upgrade-assurance" -version = "1.0.1" +version = "1.1.0" description = "" authors = ["Palo Alto Networks"] readme = "README.md"