diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 7e444cb8c7..929a85bbf7 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,6 +1,7 @@ name: Build Beta on: + merge_group: push: branches: - master diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e396b7b0..e359df5436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release 1.18.1 + +## Highlight +* Fix Ultrasequencer not clickable by @kevinthegreat1 + +## What's Changed +* Fix clicking in Ultrasequencer by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/567 +* Fix workflow by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/568 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.18.0...v1.18.1 +___ # Release 1.18.0 ## Highlight diff --git a/gradle.properties b/gradle.properties index 6cf73016dd..5bdfca1aec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ jgit_version = 6.8.0.202311291450-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.18.0 +mod_version = 1.18.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ