diff --git a/CHANGELOG.md b/CHANGELOG.md index 54affe7f..d1794945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] -## [1.2.2 (788)] - 2024-11-17 +## [1.2.2 (789)] - 2024-11-18 ### Added - Address book encryption diff --git a/build-conventions-secant/src/main/kotlin/publish/secant.publish-conventions.gradle.kts b/build-conventions-secant/src/main/kotlin/publish/secant.publish-conventions.gradle.kts index dd10d7f6..40201bbc 100644 --- a/build-conventions-secant/src/main/kotlin/publish/secant.publish-conventions.gradle.kts +++ b/build-conventions-secant/src/main/kotlin/publish/secant.publish-conventions.gradle.kts @@ -293,7 +293,7 @@ abstract class PublishToGooglePlay @Inject constructor( add(LocalizedText().apply { language = languageTag.tag text = ChangelogParser.getChangelogEntry( - filePath = releaseNotesFilePath + languageTag + releaseNotesFileSuffix, + filePath = releaseNotesFilePath + languageTag.tag + releaseNotesFileSuffix, languageTag = languageTag, versionNameFallback = gradleVersionName ).toInAppUpdateReleaseNotesText() diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index f5bfbbb9..62e48850 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -## [1.2.2 (788)] - 2024-11-17 +## [1.2.2 (789)] - 2024-11-18 ### Added - Hola! We taught Zashi to speak Spanish! diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md index a215cc91..f07fff97 100644 --- a/docs/whatsNew/WHATS_NEW_ES.md +++ b/docs/whatsNew/WHATS_NEW_ES.md @@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -## [1.2.2 (788)] - 2024-11-17 +## [1.2.2 (789)] - 2024-11-18 ### Agregado - ¡Hola!, Zashi aprendió Español.