From 311a7bb3fe44b6677b5d5239fd03a0b3c668cbd2 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Wed, 5 Jun 2024 15:55:30 +0100 Subject: [PATCH] fix: need Java 21 for release CI! --- .github/workflows/release.yml | 1 + CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60668b5..da59a15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: uses: FTBTeam/mods-meta/.github/workflows/standard-release.yml@main with: curse-publish-task: publishMods + java-version: 21 secrets: ftb-maven-token: ${{ secrets.FTB_MAVEN_TOKEN }} saps-token: ${{ secrets.SAPS_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 992376e..878427a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0] + +### Changed +* Ported to Minecraft 1.20.6. Support for Fabric and NeoForge. + * Forge support may be re-added if/when Architectury adds support for Forge + ## [2.0.1] +### Changed * Ported to MC 1.20.4. Supports Forge, NeoForge & Fabric. ## [1.0.2]