diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ace6057..90bd2f4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,9 +5,18 @@ Change Log
This document records all notable changes to `sphinx-c-autodoc `_.
This project adheres to `Semantic Versioning `_.
-`v1.5.1-dev`_ (unreleased)
+`v1.6.1-dev`_ (unreleased)
==========================
+`v1.6.0`_ (2025-11-15)
+==========================
+
+Removed
+-------
+
+* Support for python 3.9
+* Support for Clang 11
+
`v1.5.0`_ (2025-03-31)
==========================
@@ -231,7 +240,8 @@ Fixes
* Initial public release
-.. _v1.5.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main
+.. _v1.6.1-dev: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...main
+.. _v1.6.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.5.0...v1.6.0
.. _v1.5.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.4.0...v1.5.0
.. _v1.4.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.3.0...v1.4.0
.. _v1.3.0: https://github.com/speedyleion/sphinx-c-autodoc/compare/v1.2.2...v1.3.0
diff --git a/docs/conf.py b/docs/conf.py
index 3915bb7..e853f4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,9 +25,9 @@
author = u'Nick'
# The short X.Y version
-version = u'1.5'
+version = u'1.6'
# The full version, including alpha/beta/rc tags
-release = u'1.5.0'
+release = u'1.6.0'
# -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index ea22c32..828b736 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sphinx-c-autodoc"
-version = "1.5.0"
+version = "1.6.0"
description = "A sphinx autodoc extension for c modules"
authors = [
{name="Nick"}
diff --git a/uv.lock b/uv.lock
index 721ede2..1dc6de8 100644
--- a/uv.lock
+++ b/uv.lock
@@ -824,7 +824,7 @@ wheels = [
[[package]]
name = "sphinx-c-autodoc"
-version = "1.5.0"
+version = "1.6.0"
source = { editable = "." }
dependencies = [
{ name = "beautifulsoup4" },