From d9449ba5cfbce9175cf594ac54061de016fc60b7 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Mon, 26 Apr 2021 15:41:17 +0200 Subject: [PATCH] Adjust changelog for release 2.17.1 --- CHANGELOG.md | 6 ++++++ gradle/changelog/code_font_size.yaml | 2 -- gradle/changelog/embedded_deserialization.yaml | 3 --- 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 gradle/changelog/code_font_size.yaml delete mode 100644 gradle/changelog/embedded_deserialization.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a727df22a..4f07cd8f4d 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] - 2021-04-26 +### Fixed +- Deserialization of embedded values in HAL objects ([#1630](https://github.com/scm-manager/scm-manager/pull/1630)) +- Increase Code font size ([#1631](https://github.com/scm-manager/scm-manager/pull/1631)) + ## [2.17.0] - 2021-04-22 ### Added - Frontend for, and enhancement of health checks ([#1621](https://github.com/scm-manager/scm-manager/pull/1621)) @@ -599,3 +604,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.15.1]: https://www.scm-manager.org/download/2.15.1 [2.16.0]: https://www.scm-manager.org/download/2.16.0 [2.17.0]: https://www.scm-manager.org/download/2.17.0 +[2.17.1]: https://www.scm-manager.org/download/2.17.1 diff --git a/gradle/changelog/code_font_size.yaml b/gradle/changelog/code_font_size.yaml deleted file mode 100644 index c8506f5fd7..0000000000 --- a/gradle/changelog/code_font_size.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Code font size ([#1631](https://github.com/scm-manager/scm-manager/pull/1631)) diff --git a/gradle/changelog/embedded_deserialization.yaml b/gradle/changelog/embedded_deserialization.yaml deleted file mode 100644 index ce6bb2d39d..0000000000 --- a/gradle/changelog/embedded_deserialization.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- type: fixed - description: Deserialization of embedded values in HAL objects ([#1630](https://github.com/scm-manager/scm-manager/pull/1630)) -