Skip to content

Commit 9ccc240

Browse files
committed
chore: Version bump and changelog
1 parent 347f899 commit 9ccc240

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ logs/
1212
*.iml
1313
*.ipr
1414
*.iws
15+
.kotlin/
1516

1617
# eclipse
1718
*.launch

build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
maven("https://jitpack.io")
2121
}
2222

23-
val modVersion = "2.0.2"
23+
val modVersion = "2.1.0"
2424
val releaseVersion = "${modVersion}+${libs.versions.minecraft.get()}"
2525
version = releaseVersion
2626
group = "me.supersanta"
@@ -73,7 +73,13 @@ tasks {
7373
publishMods {
7474
file = remapJar.get().archiveFile
7575
changelog = """
76-
- Updated to 1.21.6
76+
- Fixed phantomsObeyMobcaps not working when the global mobcap was full
77+
- Changes to how additional player data is saved, this will cause
78+
some data to not persist across the update
79+
- Team's teleport blacklist status will need to be reconfigured
80+
- Saved fake player actions will need to be reconfigured
81+
- The player's last camera mode location will be lost
82+
- The player's subscriptions will be forgotten
7783
""".trimIndent()
7884
type = STABLE
7985
modLoaders.add("fabric")

0 commit comments

Comments
 (0)