diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1f88ab..ec4b352b 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2100.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 + ## [2006.1.1] ### Fixed diff --git a/gradle.properties b/gradle.properties index 9d0ff3cd..3991007a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,8 +21,8 @@ fabric_loader_version=0.15.11 fabric_api_version=0.100.1+1.21 architectury_api_version=13.0.1 -ftb_library_version=2100.1.0-SNAPSHOT -ftb_teams_version=2100.1.0-SNAPSHOT +ftb_library_version=2100.1.0 +ftb_teams_version=2100.1.0 curseforge_id_forge=314906 curseforge_id_fabric=472657