From 45ff869cd2ce4b079dd4adfd6bbbc7def2dede8a Mon Sep 17 00:00:00 2001 From: Tolgee Machine Date: Tue, 14 Jan 2025 01:54:17 +0000 Subject: [PATCH] chore(release): 3.92.6 [skip ci] ## [3.92.6](https://github.com/tolgee/tolgee-platform/compare/v3.92.5...v3.92.6) (2025-01-14) ### Bug Fixes * correctly handle plurals for languages with single plural form ([#2820](https://github.com/tolgee/tolgee-platform/issues/2820)) ([05653dc](https://github.com/tolgee/tolgee-platform/commit/05653dcedafb3df61cc3ab3772c53e98ece1240d)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb4c2af1f..df9336836a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.92.6](https://github.com/tolgee/tolgee-platform/compare/v3.92.5...v3.92.6) (2025-01-14) + + +### Bug Fixes + +* correctly handle plurals for languages with single plural form ([#2820](https://github.com/tolgee/tolgee-platform/issues/2820)) ([05653dc](https://github.com/tolgee/tolgee-platform/commit/05653dcedafb3df61cc3ab3772c53e98ece1240d)) + ## [3.92.5](https://github.com/tolgee/tolgee-platform/compare/v3.92.4...v3.92.5) (2025-01-13)