Skip to content

Commit 1d282cd

Browse files
committed
Release 0.8.3
1 parent 25a2436 commit 1d282cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.3] - 2020-02-21
10+
911
### Fixed
1012
- Fixed HTTPS failure on installer launch. GPG is still verified.
13+
- Fixed 1.14.4 not having launchwrapper-of hack applied
1114

1215
## [0.8.2] - 2020-02-13
1316

@@ -162,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162165
- GPG signature checking of Impact and Baritone release artifacts
163166
- Initial documentation including a README and this CHANGELOG
164167

165-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.2...HEAD
168+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.3...HEAD
169+
[0.8.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.3
166170
[0.8.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.2
167171
[0.8.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.1
168172
[0.8.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.0

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.2'
41+
version '0.8.3'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)