From 5868917d9dbb8809fed9b3998bff2008cc645d17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Mar 2026 16:40:24 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v1.39.0 Automated changelog update for release v1.39.0 Assisted-By: Docker Agent --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7efbb87..d3cae6b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. +## [v1.39.0] - 2026-03-27 + +This release adds new color themes for the terminal interface and includes internal version management updates. + +## What's New +- Adds Calm Roots theme with warm white accents, sage green info messages, and charcoal background +- Adds Neon Pink theme with vibrant pink tones and high-contrast white accents for readability + +## Technical Changes +- Freezes v7 version +- Updates CHANGELOG.md for v1.38.0 + +### Pull Requests + +- [#2256](https://github.com/docker/docker-agent/pull/2256) - docs: update CHANGELOG.md for v1.38.0 +- [#2260](https://github.com/docker/docker-agent/pull/2260) - Add Calm Roots and Neon Pink themes +- [#2264](https://github.com/docker/docker-agent/pull/2264) - Freeze v7 + + ## [v1.38.0] - 2026-03-26 This release improves OAuth configuration and fixes tool caching issues with remote MCP server reconnections. @@ -1637,3 +1656,5 @@ This release improves the terminal user interface with better error handling and [v1.37.0]: https://github.com/docker/docker-agent/releases/tag/v1.37.0 [v1.38.0]: https://github.com/docker/docker-agent/releases/tag/v1.38.0 + +[v1.39.0]: https://github.com/docker/docker-agent/releases/tag/v1.39.0