From 54ebcd1624986ca48ab4c3f9aa806b93f1d9e81e Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Sun, 16 Jul 2023 23:56:52 +0400 Subject: [PATCH] Updated changelog for 0.11.0 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f5a65a..711d0525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## 0.11.0 - 2023-07-16 + ### Added -- Support for large amount of attachments on page. In this case they returned paginated +- Support for large amount of attachments on page. In this case they returned paginated. + +### Changed + +- PlantUML updated to 1.2023.10 +- Kotlin updated to 1.9.0 +- Ktor updated to 2.3.2 ## 0.10.1 - 2023-05-28