diff --git a/CHANGELOG.md b/CHANGELOG.md index e9746d6b..eb1587b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### ~ +### v0.4.1 (2020-04-22) +* updates translations to Polish (pl) and Esperanto (eo) (#23 by Verdulo). + ### v0.4.0 (2020-02-14) * adds "Moon Apsis" calendar (apogee, perigee). * adds ability to change a calendar's color. diff --git a/app/build.gradle b/app/build.gradle index 98ebfb54..5abfffa7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.forrestguice.suntimescalendars" minSdkVersion 11 targetSdkVersion 25 - versionCode 7 - versionName "0.4.0" + versionCode 8 + versionName "0.4.1" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..7417d356 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1 @@ +* updates translations to Polish and Esperanto. \ No newline at end of file