Skip to content

Commit 3e4499f

Browse files
committed
[doc] Update CHANGELOG.md
1 parent e329694 commit 3e4499f

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,42 @@
22

33
## Unreleased
44

5-
**New GPG Release Signing Key**
5+
**🚨 New GPG Release Signing Key**
66

77
Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be
88
[A0B5CA1A4E086838](https://keyserver.ubuntu.com/pks/lookup?search=0x2EFA55D0785C31F956F2F87EA0B5CA1A4E086838&fingerprint=on&op=index).
99
The full fingerprint is `2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838`.
1010

11-
**New Git default branch - "main"**
11+
**🚀 New Git default branch - "main"**
1212

1313
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
1414
development branch can be offensive to some people. Existing versions of Git have been always capable of
1515
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
1616
(`init.defaultBranch`). Since October 2020, the default branch for new repositories on GitHub
1717
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
1818

19-
**Fixed issues:**
20-
21-
**Merged pull requests:**
19+
**✨ Merged pull requests:**
2220

2321
* [#93](https://github.com/pmd/pmd-designer/pull/93) Change branch master to main by [@adangel](https://github.com/adangel)
2422
* [#98](https://github.com/pmd/pmd-designer/pull/98) Use new gpg key (A0B5CA1A4E086838) by [@adangel](https://github.com/adangel)
2523

24+
**📦 Dependency updates:**
25+
26+
* [#88](https://github.com/pmd/pmd-designer/pull/88) Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
27+
* [#90](https://github.com/pmd/pmd-designer/pull/90) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2
28+
* [#91](https://github.com/pmd/pmd-designer/pull/91) Bump kotest.version from 5.5.5 to 5.9.1
29+
* [#92](https://github.com/pmd/pmd-designer/pull/92) Bump junit5.version from 5.8.2 to 5.11.0
30+
* [#94](https://github.com/pmd/pmd-designer/pull/94) Bump kotlin.version from 1.7.20 to 2.0.20
31+
* [#96](https://github.com/pmd/pmd-designer/pull/96) Bump pmd-build-tools from 27-SNAPSHOT to 28
32+
* [#97](https://github.com/pmd/pmd-designer/pull/97) Bump pmd from 7.5.0 to 7.8.0 for checks
33+
* [#99](https://github.com/pmd/pmd-designer/pull/99) Bump build-tools from 29-SNAPSHOT to 29
34+
* [#100](https://github.com/pmd/pmd-designer/pull/100) Bump maven-pmd-plugin from 3.24.0 to 3.26.0
35+
* [#101](https://github.com/pmd/pmd-designer/pull/101) Bump kotlin.version from 2.0.20 to 2.0.21
36+
* [#102](https://github.com/pmd/pmd-designer/pull/102) Bump org.checkerframework:checker-qual from 2.11.1 to 3.48.4
37+
* [#104](https://github.com/pmd/pmd-designer/pull/104) Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3
38+
* [#105](https://github.com/pmd/pmd-designer/pull/105) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.11.2
39+
* [#106](https://github.com/pmd/pmd-designer/pull/106) Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0
40+
2641
See https://github.com/pmd/pmd-designer/milestone/16
2742

2843
## 7.2.0

0 commit comments

Comments
 (0)