Skip to content

Commit 5df8d83

Browse files
committed
Release 0.8.6
1 parent 1b17a79 commit 5df8d83

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.8.6] - 2020-04-24
10+
911
### Added
1012
- Added a sketchy compatibility mode for Forge + Liteloader for 1.12.2 only
1113

@@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179181
- GPG signature checking of Impact and Baritone release artifacts
180182
- Initial documentation including a README and this CHANGELOG
181183

182-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.5...HEAD
184+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.6...HEAD
185+
[0.8.6]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.6
183186
[0.8.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.5
184187
[0.8.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.4
185188
[0.8.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.3

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plugins {
3838
ext {
3939
id = 'ImpactInstaller'
4040
group 'io.github.ImpactDevelopment'
41-
version '0.8.5'
41+
version '0.8.6'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)