From 482a2dcbdc3823f125c2b103821d36308a028c57 Mon Sep 17 00:00:00 2001 From: VoWBot Date: Fri, 30 Aug 2024 18:31:52 +0000 Subject: [PATCH] chore(release): v1.9.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- version.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83533ffbd..6ce4f2cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/Team-VoW/WynncraftVoiceProject/compare/v1.9.0...v1.9.1) (2024-08-30) + + +### Bug Fixes + +* Removed debugging ([378a9ed](https://github.com/Team-VoW/WynncraftVoiceProject/commit/378a9edd1b08f8c8c4c99a3b958923145e15859a)) + ## [1.9.0](https://github.com/Team-VoW/WynncraftVoiceProject/compare/v1.8.2...v1.9.0) (2024-08-29) @@ -28,6 +35,7 @@ ### Miscellaneous Chores * Change some sound ids to better follow a format, remove color codes from sound lines ([#27](https://github.com/Team-VoW/WynncraftVoiceProject/issues/27)) ([e5b9af8](https://github.com/Team-VoW/WynncraftVoiceProject/commit/e5b9af8f71f9fd44fe1868208092a1b1b8c392a8)) +* **release:** v1.9.0 [skip ci] ([b94be27](https://github.com/Team-VoW/WynncraftVoiceProject/commit/b94be27c5cbb394ea38eac788d08e29ec8a5cad3)) * Update dependency versions (mainly Fabric Loader) ([#32](https://github.com/Team-VoW/WynncraftVoiceProject/issues/32)) ([b60285b](https://github.com/Team-VoW/WynncraftVoiceProject/commit/b60285b1fc332af3618b54b8d8fe1ab7461fa13c)) diff --git a/build.gradle b/build.gradle index 67f219df6..cdc9b6461 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ group = project.maven_group // On the release branches, this string will be automatically updated by the bots // Do not change this in the main branch! -version = "1.9.0" +version = "1.9.1" repositories { maven { url "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" } diff --git a/version.json b/version.json index 16774e710..21d3bd2e1 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{version:v1.8.2} +{version:v1.9.0}