From 9dc0f256c8383c9986306481ee070c027547ad7a Mon Sep 17 00:00:00 2001 From: Pravin Barton <9560941+isc-pbarton@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:43:25 -0400 Subject: [PATCH] chore: fix changelog after merging 977 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba139910..36937b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.17.1] - Unreleased + +### Fixed +- Fixed a bug where interop deployment manager would in some cases fail because it tried to load unrelated items from the repo (#977) + ## [2.17.0] - 2026-06-22 ### Added @@ -23,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configure prompt no longer quits out with an unhelpful error if existing boolean settings are null (#962) - Branch names are now constrained to a reasonable set of allowed characters, fixing an issue where branch names with special characters were hidden without explanation (#914) - PTD documents that are not decomposed production items may now be added to source control (#965) -- Fixed a bug where interop deployment manager would in some cases fail because it tried to load unrelated items from the repo (#977) ## [2.16.0] - 2026-03-06