Skip to content

Commit 0528f0e

Browse files
committed
2.10.0 release
1 parent ce43c2b commit 0528f0e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
!!!!! v2.10.0
2+
3+
# PacketEvents 2.10.0 is finally out! 🎉
4+
5+
This update includes critical bug fixes & minor additions to the API.
6+
7+
# Brief Announcement 📢⚠️
8+
9+
### We have our very own website: https://packetevents.com
10+
11+
### Documentation: https://docs.packetevents.com
12+
13+
### JavaDocs: https://javadocs.packetevents.com
14+
15+
## What's Changed (Summary)
16+
17+
* Added 1.21.9 & 1.21.10 support
18+
* Various bug fixes (such as TPS reading, PlayerModelType reading/writing, and more)
19+
* Update adventure API
20+
21+
**View Full Changelog**: https://github.com/retrooper/packetevents/compare/v2.9.5...v2.10.0
22+
23+
## If you want to support PacketEvents, consider sponsoring us on [GitHub Sponsors](https://github.com/sponsors/retrooper)
24+
25+
## Maven/Gradle Dependency
26+
27+
### **Check out**: https://docs.packetevents.com/getting-started
28+
129
!!!!! v2.9.5
230

331
# PacketEvents 2.9.5 is out now! 🎉

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2000m
22

33
# TODO UPDATE
44
fullVersion=2.10.0
5-
snapshot=true
5+
snapshot=false
66

77
publishing.display_name=PacketEvents
88
publishing.modrinth.project=HYKaKraK

0 commit comments

Comments
 (0)