From ef7de3565b588eac406fdc998c8f5690dd8c3af7 Mon Sep 17 00:00:00 2001 From: bryan-phillips-ms <77496304+bryan-phillips-ms@users.noreply.github.com> Date: Tue, 15 Mar 2022 19:17:59 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6b5c3..bead177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.6.0.2 - 2022-03-15 +- User can now select AuthType to resolve error message: "The server does not support the control. The control is critical." (#17) Try selecting NTLM or Basic for AuthType on the Settings page if you get this error. + ## 2.6.0.1 - 2022-01-25 - Fixed bug in ClickOnce application where domains.txt did not contain the list of valid top level domains (#68)