From 39f2842c3a15bac0389b63fc5042b5d0eb800f6a Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 14 Sep 2023 09:57:01 +0000
Subject: [PATCH] chore(release): 2.17.6

### [2.17.6](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.5...v2.17.6) (2023-09-14)

### Bug Fixes

* **gathered_filter:** Fix error handling for no-value operators ([#489](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/489)) ([351960c](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/351960c90624b299ce8cdd35146d95bd941ed22c))
---
 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 e80ebe602..7cf5358af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+### [2.17.6](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.5...v2.17.6) (2023-09-14)
+
+
+### Bug Fixes
+
+* **gathered_filter:** Fix error handling for no-value operators ([#489](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/489)) ([351960c](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/351960c90624b299ce8cdd35146d95bd941ed22c))
+
 ### [2.17.5](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.4...v2.17.5) (2023-09-08)
 
 
diff --git a/docs/source/index.rst b/docs/source/index.rst
index cbe118cb2..d54b27ea0 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -2,7 +2,7 @@
 Palo Alto Networks Ansible Collection
 =====================================
 
-Version: 2.17.5
+Version: 2.17.6
 
 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 ae9c82d60..68f57d8b4 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.17.5
+version: 2.17.6
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: 'README.md'