diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1553f..035a288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [v1.6.0] - 2025-08-02 + +### Added +- Support for 8 new languages: German, French, Spanish, Latvian, Italian, Arabic, Hindi, and Japanese. +- Preview functions for all major components and screens, covering light/dark themes, different states, and tabs. + ## [v1.5.0] - 2025-07-24 ### Added diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 9747b1e..b91c654 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -102,8 +102,8 @@ android { applicationId = "com.rafaelfelipeac.replyradar" minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 15 - versionName = "1.5.0" + versionCode = 16 + versionName = "1.6.0" manifestPlaceholders["appName"] = "@string/app_name" }