From a7dae9fdc7ede04ced110f6e8f9f245b32ac3d17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:33:39 +0000 Subject: [PATCH] Release 2.0.0 --- .github/config/.release-please-manifest.json | 2 +- CHANGELOG.md | 25 ++++++++++++++++++++ gradle.properties | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index c4ddc74..895bf0e 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8d8b6..6d7816b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.0.0](https://github.com/voidpointer0x00/group-whitelist/compare/1.1.1...2.0.0) (2024-05-07) + + +### ⚠ BREAKING CHANGES + +* change configuration extension to `.conf` +* switch to hocon configuration with comment support +* rename `shouldDropPing`->`hideStatus` + +### ref + +* change configuration extension to `.conf` ([d6b2f70](https://github.com/voidpointer0x00/group-whitelist/commit/d6b2f70c2200e5d2155cf8adfe9882d48e500bef)) +* rename `shouldDropPing`->`hideStatus` ([6fa02cb](https://github.com/voidpointer0x00/group-whitelist/commit/6fa02cb470269b903a1090b9636e25600c9424a9)) + + +### Features + +* authentication using secret keys ([5b5ab55](https://github.com/voidpointer0x00/group-whitelist/commit/5b5ab55594d26c62c094534b2a313118824aeea3)) +* switch to hocon configuration with comment support ([2d7cd2d](https://github.com/voidpointer0x00/group-whitelist/commit/2d7cd2d5cff280f743fcb347e125371dcfd32166)) + + +### Bug Fixes + +* no longer call `setWhitelistConfig()` on locale reload ([6c86304](https://github.com/voidpointer0x00/group-whitelist/commit/6c86304232ecdbaf13d0b6054b1a5664bd722942)) + ## [1.1.1](https://github.com/voidpointer0x00/group-whitelist/compare/1.1.0...1.1.1) (2024-05-05) diff --git a/gradle.properties b/gradle.properties index cde9ba8..f1809c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # {x-release-please-start-version} -version = 1.1.1 +version = 2.0.0 # {x-release-please-end} version_with_commit = ''