Skip to content

Commit a7dae9f

Browse files
Release 2.0.0
1 parent 368c538 commit a7dae9f

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/voidpointer0x00/group-whitelist/compare/1.1.1...2.0.0) (2024-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change configuration extension to `.conf`
9+
* switch to hocon configuration with comment support
10+
* rename `shouldDropPing`->`hideStatus`
11+
12+
### ref
13+
14+
* change configuration extension to `.conf` ([d6b2f70](https://github.com/voidpointer0x00/group-whitelist/commit/d6b2f70c2200e5d2155cf8adfe9882d48e500bef))
15+
* rename `shouldDropPing`->`hideStatus` ([6fa02cb](https://github.com/voidpointer0x00/group-whitelist/commit/6fa02cb470269b903a1090b9636e25600c9424a9))
16+
17+
18+
### Features
19+
20+
* authentication using secret keys ([5b5ab55](https://github.com/voidpointer0x00/group-whitelist/commit/5b5ab55594d26c62c094534b2a313118824aeea3))
21+
* switch to hocon configuration with comment support ([2d7cd2d](https://github.com/voidpointer0x00/group-whitelist/commit/2d7cd2d5cff280f743fcb347e125371dcfd32166))
22+
23+
24+
### Bug Fixes
25+
26+
* no longer call `setWhitelistConfig()` on locale reload ([6c86304](https://github.com/voidpointer0x00/group-whitelist/commit/6c86304232ecdbaf13d0b6054b1a5664bd722942))
27+
328
## [1.1.1](https://github.com/voidpointer0x00/group-whitelist/compare/1.1.0...1.1.1) (2024-05-05)
429

530

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# {x-release-please-start-version}
2-
version = 1.1.1
2+
version = 2.0.0
33
# {x-release-please-end}
44
version_with_commit = ''

0 commit comments

Comments
 (0)