Skip to content

Commit

Permalink
Updated Changelog and version bump to 1.17.1 (#1720)
Browse files Browse the repository at this point in the history
Co-authored-by: LAGIdiot <[email protected]>
  • Loading branch information
Exaxxion and LAGIdiot committed Oct 2, 2021
1 parent 795c200 commit 7230afe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### 1.17.1
* Added warning to controller if Turbine is obstructed (#1710) - ALongStringOfNumbers
* Updated fetching of dimensions in worldgen to catch late registrations (#1709) - ALongStringOfNumbers
* Fixed usage of multiple dimensions in worldgen definitions (#1713) - Synthitic
* Fixed Fluid Regulator: Keep Exact Mode not working as expected (#1717) - Exaxxion
* Fixed phosphor ore names (#1718) - Exaxxion

### 1.17.0
* Fix many small GUI issues (#1574) - dan
* Add clarification tooltips to blocks in the multiblock preview (#1584) - ALongStringOfNumbers
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class GregTechVersion {
//This number is incremented every major feature update
public static final int MINOR = 17;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 0;
public static final int REVISION = 1;
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
public static final int BUILD = 0;

Expand Down

0 comments on commit 7230afe

Please sign in to comment.