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 }