From 19cf5095c83abd60b6eb9ca9339d1847b3a18dee Mon Sep 17 00:00:00 2001
From: GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
Date: Tue, 23 Jul 2024 16:19:23 +0000
Subject: [PATCH] Update changelog for 16.5.9

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cc019635e993..d8ba87d728bca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7475,6 +7475,25 @@ No changes.
 - [Remove pubsub migration helper for actioncable](gitlab-org/gitlab@763ca1305db6f1c9cf6700b8497494a81926d742) ([merge request](gitlab-org/gitlab!133066))
 - [Use partitioned table for CommitStatus](gitlab-org/gitlab@063826e042778995fae13928a2fb5de2c8855b45) ([merge request](gitlab-org/gitlab!134489))
 
+## 16.5.9 (2024-07-23)
+
+### Added (1 change)
+
+- [Add Rake task to show token expiration info](https://gitlab.com/gitlab-org/gitlab/-/commit/38e92182768a2727bd93e71988af72841e66f606) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159093))
+
+### Fixed (1 change)
+
+- [Update an expired test certificate](https://gitlab.com/gitlab-org/gitlab/-/commit/e4940da36a2ce954bec919de96b0cbaa15f2e8f9) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156399))
+
+### Changed (2 changes)
+
+- [Add a banner informing about token expiration](https://gitlab.com/gitlab-org/gitlab/-/commit/d41286dccd5eccef58cf04a76e7b743fced6e2ea) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158110))
+- [Do not enqueue PAT expiry enforcement migration](https://gitlab.com/gitlab-org/gitlab/-/commit/43329df2117133bb8841acdfd67b3c912ebf4e97) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153459))
+
+### Other (1 change)
+
+- [Clear instance value](https://gitlab.com/gitlab-org/gitlab/-/commit/cb2000d3a93c8e3b98213d0e23291a2d4331c2c6) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160245))
+
 ## 16.5.8 (2024-01-24)
 
 ### Security (1 change)
-- 
GitLab