File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.5.5] - 2019-07-29
10+
911### Fixed
1012- Fixed pagination on GitHub releases API response
1113
@@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9193- GPG signature checking of Impact and Baritone release artifacts
9294- Initial documentation including a README and this CHANGELOG
9395
94- [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.5.4...HEAD
96+ [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.5.5...HEAD
97+ [ 0.5.5 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.5
9598[ 0.5.4 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.4
9699[ 0.5.3 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.3
97100[ 0.5.2 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.2
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ plugins {
3333ext {
3434 id = ' ImpactInstaller'
3535 group ' io.github.ImpactDevelopment'
36- version ' 0.5.4 '
36+ version ' 0.5.5 '
3737 description = ' Impact Installer'
3838 mainClassName = ' io.github.ImpactDevelopment.installer.Installer'
3939 targetCompatibility = sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments