From e6d40f55a677282e7cf66138dcde36529e6cc21c Mon Sep 17 00:00:00 2001 From: Colin Haywood Date: Mon, 13 Jul 2026 10:44:53 +1200 Subject: [PATCH] chore(release): date the 1.1.6 changelog entry The 1.1.6 entry in HISTORY.rst still read `(unreleased)` because it was not dated before the release tag was cut. Set it to the release date so the tagged changelog is accurate. --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a9caa3b..5a5b06c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.1.6 (unreleased) +1.1.6 (2026-07-13) ------------------ * Added discovery-config-library management APIs (``list_discovery_config_libraries``, ``create_discovery_config_library``, and friends).