From 3ef3318ed36c5a00904333a8e1979b2abf9a4413 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Sun, 1 Jun 2025 13:48:54 +0300 Subject: [PATCH 1/2] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ CHANGELOG_LATEST.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ee205..5a6a5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.3] - 2025-06-01 +### Fixed +- Fixed forge mixin crash (closes [#54](https://github.com/Suiranoil/SkinRestorer/issues/53)) +### Removed +- Removed minecraft 1.19 support + ## [2.3.2] - 2025-05-24 ### Fixed - Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 6561db2..349167c 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,2 +1,4 @@ ### Fixed -- Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52)) +- Fixed forge mixin crash (closes [#54](https://github.com/Suiranoil/SkinRestorer/issues/53)) +### Removed +- Removed minecraft 1.19 support From e4c9e1b3cdffc9b16e84cc224c46460d7a6c680b Mon Sep 17 00:00:00 2001 From: Lionarius Date: Sun, 1 Jun 2025 13:55:20 +0300 Subject: [PATCH 2/2] bump version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7ccd21a..996a99c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ minecraft_version_list=1.21.5 minecraft_version_range=[1.21.5, 1.22) mod_id=skinrestorer mod_name=SkinRestorer -mod_version=2.3.2 +mod_version=2.3.3 mod_author=Lionarius mod_homepage=https://modrinth.com/mod/skinrestorer mod_sources=https://github.com/Suiranoil/SkinRestorer