Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Feb 21, 2020
1 parent 25a2436 commit 1d282cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3] - 2020-02-21

### Fixed
- Fixed HTTPS failure on installer launch. GPG is still verified.
- Fixed 1.14.4 not having launchwrapper-of hack applied

## [0.8.2] - 2020-02-13

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

[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.2...HEAD
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.3...HEAD
[0.8.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.3
[0.8.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.2
[0.8.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.1
[0.8.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins {
ext {
id = 'ImpactInstaller'
group 'io.github.ImpactDevelopment'
version '0.8.2'
version '0.8.3'
description = 'Impact Installer'
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1d282cd

Please sign in to comment.