From fefcbc382a0ce33986c97cfb3e40e4af210c6929 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Thu, 13 Jul 2023 20:34:56 +0600 Subject: [PATCH] Bump version to 111 (#3500) Signed-off-by: Denis Bykhov --- changelog.md | 11 ++++++++++- models/all/src/version.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6ad139a59a..ebeec04454 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,15 @@ # Changelog -## 0.6.111 (upcoming) +## 0.6.112 (upcoming) + +## 0.6.111 + +- UBER-524: cleaned CSS, UI fixes. by @SasLord in https://github.com/hcengineering/anticrm/pull/3491 +- UBER-535 by @BykhovDenis in https://github.com/hcengineering/anticrm/pull/3486 +- Fix create event time by @BykhovDenis in https://github.com/hcengineering/anticrm/pull/3493 +- TSK-336: mobile UI adaptation by @SasLord in https://github.com/hcengineering/anticrm/pull/3492 +- UBER-581 by @BykhovDenis in https://github.com/hcengineering/anticrm/pull/3494 +- ATS-9: update states once template updates by @ThetaDR in https://github.com/hcengineering/anticrm/pull/3496 ## 0.6.110 diff --git a/models/all/src/version.json b/models/all/src/version.json index 3b0869a2c1..7cd2d80fd4 100644 --- a/models/all/src/version.json +++ b/models/all/src/version.json @@ -1 +1 @@ -{ "major": 0, "minor": 6, "patch": 110 } +{ "major": 0, "minor": 6, "patch": 111 }