From 887ec3df4275b3a36cf8f526a0bc82c62102454d Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 27 Jan 2025 20:03:42 +0100 Subject: [PATCH] Changelog for 7.17.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fcbc20cb..f86600d67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## [7.17.0] - 2025-01-27 + +### Fixed + +* **UI**: Make autocompletion field clickable again. + +### Added + +* **Identity**: Setting to map errors from identity servers to user-friendly messages. + ## [7.16.0] - 2024-11-29 ### Fixed