From 1cd2fe293fc6ed38d8ecb8e7ed0d0635634e93c7 Mon Sep 17 00:00:00 2001 From: RogueLogix Date: Fri, 29 Nov 2024 14:10:45 -0800 Subject: [PATCH] update changelog and bump version --- Phosphophyllite | 2 +- changelog.md | 14 ++++++++++++++ gradle.properties | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Phosphophyllite b/Phosphophyllite index f7cfd7d..bd58c0d 160000 --- a/Phosphophyllite +++ b/Phosphophyllite @@ -1 +1 @@ -Subproject commit f7cfd7d562b58e17a4a961518b410d2949d99266 +Subproject commit bd58c0ddae6673654a2a939fb92407f7e58b6801 diff --git a/changelog.md b/changelog.md index eaabc13..9077789 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +# 1.20.1-0.6.0-beta.10.5 + +## Reactor + - Fix #102 + - Fix #104 + - Fix #98 for access port and power tap + - Add config option for fuel dump item + +## Turbine + - Fix #98 for power tap + +## Misc + - general optimizations + # 1.20.1-0.6.0-beta.10.4 ## Misc diff --git a/gradle.properties b/gradle.properties index 3c4ddc9..c849d77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ jei_version=15.2.0.22 majorVersion=0 minorVersion=6 patchVersion=0 -postfixVersion=beta.10.4 \ No newline at end of file +postfixVersion=beta.10.5 \ No newline at end of file