diff --git a/CHANGELOG.log b/CHANGELOG.log index 72187b8..fd7fe3c 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -1,3 +1,10 @@ +1.0.9-RC1: Update n°6 (20/12/23) + [FEATURES] + - + + [FIXES] + - bStats metrics should be properly sent now(?) + 1.0.8-RC1: Update n°5 (19/12/23) [FEATURES] - Introduced a version string inside Nicko's configuration to plan future updated to the file. Your previous configuration file will automatically be migrated to this current version (with the backup of your old one included!) diff --git a/build.gradle.kts b/build.gradle.kts index 97d8151..f1838b6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -122,6 +122,7 @@ tasks { minimize { exclude(dependency("xyz.xenondevs.invui:.*")) exclude(dependency("net.wesjd:.*")) + exclude(dependency("org.bstats:.*")) } }