diff --git a/CHANGELOG.md b/CHANGELOG.md index ef32681a..38f90c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.12.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.11.2...v1.12.0) (2023-07-22) + + +### Bug Fixes + +* update license page ([3a4ba7c](https://github.com/blockbasti/just_another_workout_timer/commit/3a4ba7c6963e24756033d9a23ed39c490e44fd81)) +* update translations ([#121](https://github.com/blockbasti/just_another_workout_timer/issues/121)) ([ba8ec6c](https://github.com/blockbasti/just_another_workout_timer/commit/ba8ec6c3bb4e56cd2943245ed1526a7ecec659f4)) + + +### Features + +* allow sharing workouts (closes [#118](https://github.com/blockbasti/just_another_workout_timer/issues/118)) ([4cb9f9d](https://github.com/blockbasti/just_another_workout_timer/commit/4cb9f9d226a7c785147c3245758a039716a1943c)) +* change theme of icon and splash screen ([a414f37](https://github.com/blockbasti/just_another_workout_timer/commit/a414f37b91b9a8575f216fb4f67ec2b9b53cc863)) +* Material 3 and Material You ([4a90728](https://github.com/blockbasti/just_another_workout_timer/commit/4a90728348010fdbc991fb579a5478f3c8b10137)) +* small redesign to builder page ([6ae6f99](https://github.com/blockbasti/just_another_workout_timer/commit/6ae6f9991393f8951f4139f6002bb506a7465c60)) +* use nord theme ([998f625](https://github.com/blockbasti/just_another_workout_timer/commit/998f625e12067fc3b29bf2e2606b5dccc252a076)) + + + ## [1.11.2](https://github.com/blockbasti/just_another_workout_timer/compare/v1.11.1...v1.11.2) (2022-03-17) diff --git a/fastlane/metadata/android/en-US/changelogs/20230722.txt b/fastlane/metadata/android/en-US/changelogs/20230722.txt new file mode 100644 index 00000000..0ccd1cf0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20230722.txt @@ -0,0 +1 @@ +# [1.12.0](https://github.com/blockbasti/just_another_workout_timer/compare/v1.11.2...v1.12.0) (2023-07-22) ### Bug Fixes CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts update license page ([3a4ba7c](https://github.com/blockbasti/just_another_workout_timer/commit/3a4ba7c6963e24756033d9a23ed39c490e44fd81)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts update translations ([#121](https://github.com/blockbasti/just_another_workout_timer/issues/121)) ([ba8ec6c](https://github.com/blockbasti/just_another_workout_timer/commit/ba8ec6c3bb4e56cd2943245ed1526a7ecec659f4)) ### Features CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts allow sharing workouts (closes [#118](https://github.com/blockbasti/just_another_workout_timer/issues/118)) ([4cb9f9d](https://github.com/blockbasti/just_another_workout_timer/commit/4cb9f9d226a7c785147c3245758a039716a1943c)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts change theme of icon and splash screen ([a414f37](https://github.com/blockbasti/just_another_workout_timer/commit/a414f37b91b9a8575f216fb4f67ec2b9b53cc863)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts Material 3 and Material You ([4a90728](https://github.com/blockbasti/just_another_workout_timer/commit/4a90728348010fdbc991fb579a5478f3c8b10137)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts small redesign to builder page ([6ae6f99](https://github.com/blockbasti/just_another_workout_timer/commit/6ae6f9991393f8951f4139f6002bb506a7465c60)) CHANGELOG.md LICENSE README.md analysis_options.yaml android assets fastlane gradle.properties lib pubspec.lock pubspec.yaml scripts use nord theme ([998f625](https://github.com/blockbasti/just_another_workout_timer/commit/998f625e12067fc3b29bf2e2606b5dccc252a076)) diff --git a/pubspec.yaml b/pubspec.yaml index 09d12c2a..376471f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: just_another_workout_timer description: Just Another Workout Timer -version: 1.11.2+20220317 +version: 1.12.0+20230722 environment: sdk: ">=3.0.0"