From fb36d4c2dddb8c7ef6c983499a8745f5c1c3ef40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Apr 2023 09:46:08 +0000 Subject: [PATCH] chore(release): 2.15.0 ## [2.15.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.14.0...v2.15.0) (2023-04-27) ### Features * **panos_http_profile:** Decrypt and GP for HTTP profiles ([#427](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/427)) ([f6c86d9](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/f6c86d9d592ea7e4b17d7e4186ffb18c2349e359)) --- CHANGELOG.md | 7 +++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a1c0c1a..ed3902f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.14.0...v2.15.0) (2023-04-27) + + +### Features + +* **panos_http_profile:** Decrypt and GP for HTTP profiles ([#427](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/427)) ([f6c86d9](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/f6c86d9d592ea7e4b17d7e4186ffb18c2349e359)) + ## [2.14.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.13.3...v2.14.0) (2023-04-26) diff --git a/docs/source/index.rst b/docs/source/index.rst index 7e1fb13f4..bdde6f944 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.14.0 +Version: 2.15.0 The Palo Alto Networks Ansible collection is a collection of modules that automate configuration and operational tasks on Palo Alto Networks Next diff --git a/galaxy.yml b/galaxy.yml index 1aa6e9d16..92ea59a56 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks' name: 'panos' # The version of the collection. Must be compatible with semantic versioning -version: 2.14.0 +version: 2.15.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'