From 3f51d99f4354ddc61747c4cacbfc9429155ba554 Mon Sep 17 00:00:00 2001 From: Tolgee Machine Date: Tue, 10 Dec 2024 13:45:25 +0000 Subject: [PATCH] chore(release): 3.85.0 [skip ci] # [3.85.0](https://github.com/tolgee/tolgee-platform/compare/v3.84.3...v3.85.0) (2024-12-10) ### Bug Fixes * Missing Subscription and Slack in menus ([#2762](https://github.com/tolgee/tolgee-platform/issues/2762)) ([a486807](https://github.com/tolgee/tolgee-platform/commit/a486807b7f3b4c1544a016fd8d32c081f16d4a08)) * plural handling when project icu is disabled for PoMessage + typo in IcuUnescaper name ([#2732](https://github.com/tolgee/tolgee-platform/issues/2732)) ([8e5213a](https://github.com/tolgee/tolgee-platform/commit/8e5213a377244af71c360c9534b27fa2ea0e73d7)) ### Features * SSO (Single Sign-On) support ([#2693](https://github.com/tolgee/tolgee-platform/issues/2693)) ([d78e421](https://github.com/tolgee/tolgee-platform/commit/d78e421fd6cbc96e4e54b679098bb355f3606e12)), closes [#2273](https://github.com/tolgee/tolgee-platform/issues/2273) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4127ad03..274a34941f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.85.0](https://github.com/tolgee/tolgee-platform/compare/v3.84.3...v3.85.0) (2024-12-10) + + +### Bug Fixes + +* Missing Subscription and Slack in menus ([#2762](https://github.com/tolgee/tolgee-platform/issues/2762)) ([a486807](https://github.com/tolgee/tolgee-platform/commit/a486807b7f3b4c1544a016fd8d32c081f16d4a08)) +* plural handling when project icu is disabled for PoMessage + typo in IcuUnescaper name ([#2732](https://github.com/tolgee/tolgee-platform/issues/2732)) ([8e5213a](https://github.com/tolgee/tolgee-platform/commit/8e5213a377244af71c360c9534b27fa2ea0e73d7)) + + +### Features + +* SSO (Single Sign-On) support ([#2693](https://github.com/tolgee/tolgee-platform/issues/2693)) ([d78e421](https://github.com/tolgee/tolgee-platform/commit/d78e421fd6cbc96e4e54b679098bb355f3606e12)), closes [#2273](https://github.com/tolgee/tolgee-platform/issues/2273) + ## [3.84.3](https://github.com/tolgee/tolgee-platform/compare/v3.84.2...v3.84.3) (2024-12-09)