diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e3998..4920914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [11.7.0-beta.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.6.0...v11.7.0-beta.1) (2023-09-10) + + +### Features + +* **build.gradle:** Add shadow configuration for project dependencies ([38bab9f](https://github.com/GeorgeV220/MartexLibrary/commit/38bab9fba81cce195915c99b641358d347790a60)) +* **scheduler:** Add methods to create delayed, repeating tasks for specific world/chunk and location ([21baa8a](https://github.com/GeorgeV220/MartexLibrary/commit/21baa8a333a9e0c2c019c8a06341f1152115d1f6)) + # [11.6.0](https://github.com/GeorgeV220/MartexLibrary/compare/v11.5.0...v11.6.0) (2023-09-09) diff --git a/gradle.properties b/gradle.properties index 919d9a2..0c2baa2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group = com.georgev22.library libName = MartexLibrary author = GeorgeV22 mcVersion = 1.20.1 -version = 11.6.0 +version = 11.7.0-beta.1 gsonVersion = 2.10.1 guavaVersion = 32.0.0-jre slf4jVersion = 2.0.7