diff --git a/_service b/_service
index fc0b829..3acf360 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/ansible-community/ansible-lint
git
.git
- v6.5.2
+ v6.6.0
@PARENT_TAG@
disable
v*
diff --git a/ansible-lint-v6.5.1.tar.gz b/ansible-lint-v6.5.1.tar.gz
deleted file mode 100644
index d79edbb..0000000
--- a/ansible-lint-v6.5.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:52b6bfe8443c1f1484c6eca227f6f7c33a0f75c38356ec471087868f8084c801
-size 249824
diff --git a/ansible-lint-v6.5.2.tar.gz b/ansible-lint-v6.5.2.tar.gz
deleted file mode 100644
index ceb846d..0000000
--- a/ansible-lint-v6.5.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:74550e62ea43e43bafc437b6fc9d774d89f2b1b17ea2572a40f0144badc3ce1e
-size 253467
diff --git a/ansible-lint-v6.6.0.tar.gz b/ansible-lint-v6.6.0.tar.gz
new file mode 100644
index 0000000..0ef30a8
--- /dev/null
+++ b/ansible-lint-v6.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f55c0605605887383335198bcfb26f005aa7d857d68518ff10441cf9cb7c3af
+size 277330
diff --git a/ansible-lint.changes b/ansible-lint.changes
index 820406f..96f71ef 100644
--- a/ansible-lint.changes
+++ b/ansible-lint.changes
@@ -1,3 +1,44 @@
+-------------------------------------------------------------------
+Sun Sep 25 11:44:27 UTC 2022 - Johannes Kastl
+
+- update to 6.6.0:
+ * Minor Changes
+ - Replace no-jinja-nesting with jinja[invalid] (#2436) @ssbarnea
+ - Create template_instead_of_copy.py (#2346) @GhostLyrics
+ - Add rule to verify that galaxy.yml collection version is present and >= 1.0.0 (#2383) @KB-perByte
+ * Bugfixes
+ - Mark galaxy rule as required only for shared profile (#2441) @ssbarnea
+ - Improve noqa comment detection (#2440) @ssbarnea
+ - Update schemas (#2439) @ssbarnea
+ - Fix bug parsing inline skips with tags: (#2438) @ssbarnea
+ - Fix bug in skip_list parsing with lists of integers (#2437) @ssbarnea
+ - Update meta schema to require standalone property (#2435) @ssbarnea
+ - Fix identification of inline noqa skips (#2300) @ssbarnea
+ - Docs: no handler rule (#2406) @oraNod
+ - Docs: updates to schema rule (#2431) @oraNod
+ - Make links to rule docs relative (#2432) @ssbarnea
+ - Fix include load in blocks (#2398) @kostyaplis
+ - Docs: Update the fqcn builtin rule docs for legacy shell (#2430) @oraNod
+ - Docs: literal compare rule (#2415) @oraNod
+ - Docs: inline env var rule (#2414) @oraNod
+ - docs: exclude_list => exclude_paths (#2428) @ltalirz
+ - Document metadata rules (#2416) @oraNod
+ - Clean-up documentation theme (#2425) @ssbarnea
+ - Change ansible-lint logo to bracket-dot from codicons (#2424) @ssbarnea
+ - Docs: empty string compare rule (#2400) @oraNod
+ - Docs: ignore errors rule (#2413) @oraNod
+ - no-changed-when: add documentation (#2417) @oraNod
+ - Docs: Minor edits to rule docs (#2418) @oraNod
+ - schema: add documentation (#2421) @ssbarnea
+ - fqcn-builtins: add documentation (#2412) @oraNod
+ - no-log-password: add documentation (#2409) @oraNod
+ - Update schemas (#2411) @ssbarnea
+ - no-jinja-when: add documentation (#2408) @oraNod
+ - Update schemas (#2410) @ssbarnea
+ - Suspend git output in progressive mode (#2369) @kostyaplis
+ - Do not parse excluded files (#2395) @sathieu
+ - docs: replace wrong occurrences of ignore_list with skip_list in rules (#2388) @karras
+
-------------------------------------------------------------------
Wed Sep 7 13:22:09 UTC 2022 - Johannes Kastl
diff --git a/ansible-lint.spec b/ansible-lint.spec
index b832a49..1120413 100644
--- a/ansible-lint.spec
+++ b/ansible-lint.spec
@@ -20,7 +20,7 @@
%global lib_name ansiblelint
%{?python_enable_dependency_generator}
Name: ansible-lint
-Version: 6.5.2
+Version: 6.6.0
Release: 0%{?dist}
Summary: Best practices checker for Ansible
License: MIT