From cb172c754734e9f6862233984c19cc7053184f81 Mon Sep 17 00:00:00 2001 From: simonpoole Date: Thu, 14 Nov 2024 15:31:40 +0100 Subject: [PATCH] Bump version and update change log --- CHANGELOG.txt | 8 ++++++++ lib/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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) {