From dc95becf5ecfc6fe59f46e1594a70eeeac3f5c9f Mon Sep 17 00:00:00 2001 From: WynntilsBot Date: Fri, 11 Nov 2022 03:04:18 +0000 Subject: [PATCH] chore(release): v1.2.0 [skip ci] --- CHANGELOG.md | 24 ++++++++++++------------ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e9a14..bfb748f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.0](https://github.com/Wynntils/launchy/compare/v1.1.11...v1.2.0) (2022-11-11) + + +### New Features + +* add config download update support ([b0ef346](https://github.com/Wynntils/launchy/commit/b0ef3461f06a97eaf7a517ea801764a6b434937d)) + ## [1.1.11](https://github.com/Wynntils/launchy/compare/v1.1.10...v1.1.11) (2022-11-06) @@ -5,6 +12,11 @@ * add error handling for downloads ([09df88e](https://github.com/Wynntils/launchy/commit/09df88e1f283b8b576b723cf3e8c47254517d6f9)) + +### Miscellaneous Chores + +* **release:** v1.1.11 [skip ci] ([0eac8dc](https://github.com/Wynntils/launchy/commit/0eac8dc2fe4b538286ed083573be04d9cad01116)) + ## [1.1.10](https://github.com/Wynntils/launchy/compare/v1.1.9...v1.1.10) (2022-11-06) @@ -42,15 +54,3 @@ * **release:** v1.1.8 [skip ci] ([01aa3a3](https://github.com/Wynntils/launchy/commit/01aa3a3a0f1a3e4a676ef4d523a2cb1e4f95cf26)) -## [1.1.7](https://github.com/Wynntils/launchy/compare/v1.1.6...v1.1.7) (2022-11-04) - - -### Bug Fixes - -* **progress-bar:** add progress bar to mods ([6245827](https://github.com/Wynntils/launchy/commit/624582755257be84b585c0c27d0d85b7461a25ee)) - - -### Miscellaneous Chores - -* **release:** v1.1.7 [skip ci] ([55ec69d](https://github.com/Wynntils/launchy/commit/55ec69dc17d6fa72fa89673a44c761db9577d119)) - diff --git a/gradle.properties b/gradle.properties index 672f12b..b34fb67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.mineinabyss -version=1.1.11 +version=1.2.0 idofrontConventions=1.6.10-51 kotlinVersion=1.6.10