diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2f2a67f..62e4b61 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,13 @@ Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master +0.14.0: + +- Improve messaging when updating template +- Improve behaviour when entering/correcting OH text directly +- Fix CI +- Display a message if the user didn't select a file +- Update translations + 0.13.5: - Migrate to hard fork of NumberPickerView diff --git a/lib/build.gradle b/lib/build.gradle index 46826af..f30e6ea 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'signing' apply plugin: "jacoco" apply plugin: "com.github.breadmoirai.github-release" -version = '0.13.5' +version = '0.14.0' def libName = "OpeningHoursFragment" task updateTranslations(type: Exec) {