From 462db2a1f0500499e5cdd512d6611f2984891b47 Mon Sep 17 00:00:00 2001
From: GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
Date: Tue, 23 Jul 2024 22:45:20 +0000
Subject: [PATCH] Update changelog for 16.0.9

[ci skip]
---
 CHANGELOG.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88163d936dc3b..2710f04fba018 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11855,6 +11855,25 @@ No changes.
 - [Migrate custom CSS to utility classes](gitlab-org/gitlab@a67999317bec111d523c763fc865665d4ded0aaf) ([merge request](gitlab-org/gitlab!120745)) **GitLab Enterprise Edition**
 - [Remove the vsa_group_and_project_parity FF](gitlab-org/gitlab@d090818bdedb0e220928d8e456cf36c8bce81f42) ([merge request](gitlab-org/gitlab!120727)) **GitLab Enterprise Edition**
 
+## 16.0.9 (2024-07-23)
+
+### Added (1 change)
+
+- [Add Rake task to show token expiration info](https://gitlab.com/gitlab-org/gitlab/-/commit/f04aa7edd7e6ecb314773e442562c6a5c5b61b24) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159446))
+
+### Fixed (1 change)
+
+- [Update an expired test certificate](https://gitlab.com/gitlab-org/gitlab/-/commit/0db081c4ab3d6815a7e7dc9055c6f65d97b0282e) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156404))
+
+### Changed (2 changes)
+
+- [Add a banner informing about token expiration](https://gitlab.com/gitlab-org/gitlab/-/commit/fe1ec68618cebb9fbb028603f427922453b4bd18) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158477))
+- [Do not enqueue PAT expiry enforcement migration](https://gitlab.com/gitlab-org/gitlab/-/commit/7682e84b661ba1398578f49d9a48a0e19cece0bc) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153435))
+
+### Other (1 change)
+
+- [Clear instance value](https://gitlab.com/gitlab-org/gitlab/-/commit/6f192dc0715fab237697d8f9cc5ac01b9cf43974) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160237))
+
 ## 16.0.8 (2023-08-01)
 
 ### Fixed (1 change)
-- 
GitLab