Skip to content

Commit d260237

Browse files
committed
build: bump version to 1.2.0
1 parent e8d1e33 commit d260237

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Added
99

10+
- Debug log lines to print payload info when initializing.
11+
1012
### Changed
1113

14+
- Updated `minecraft` from `1.21` to `1.21.1`
15+
- Updated `kotlin` from `2.0.0` to `2.0.20`
16+
- Updated `fabric-api` from `0.100.7+1.21` to `0.103.0+1.21.1`
17+
- Updated `fabric-kotlin` from `1.11.0+kotlin.2.0.0` to `1.12.1+kotlin.2.0.20`
18+
- Updated `fabric-loader` from `0.16.0` to `0.16.3`
19+
- Updated `spotless` from `7.0.0.BETA1` to `7.0.0.BETA2`
20+
- Moved use of client networking and events to a `client` entrypoint. (TestMod)
21+
1222
### Deprecated
1323

1424
### Removed
1525

1626
### Fixed
1727

28+
- Broken custom entrypoint.
29+
1830
### Security
1931

2032
## [1.1.0] - 2024-07-20

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828

2929
group = "dev.wanderia"
3030

31-
version = "1.1.0"
31+
version = "1.2.0"
3232

3333
repositories { mavenCentral() }
3434

0 commit comments

Comments
 (0)