From 95c47aae686b961dd6a70924a12c1730b4096937 Mon Sep 17 00:00:00 2001 From: Pyrrha Wills Date: Thu, 3 Oct 2024 15:42:29 +1300 Subject: [PATCH] docs(changelog): patch changelog for v1.2.0 --- CHANGELOG.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35b5f7..bc1c422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [1.2.0] - 2024-08-28 + +### Added + - Debug log lines to print payload info when initializing. ### Changed @@ -19,16 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `spotless` from `7.0.0.BETA1` to `7.0.0.BETA2` - Moved use of client networking and events to a `client` entrypoint. (TestMod) -### Deprecated - -### Removed - ### Fixed - Broken custom entrypoint. -### Security - ## [1.1.0] - 2024-07-20 ### Added