Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragetd committed Dec 20, 2023
1 parent 2bef72c commit 29f09eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Release-Changelog

## TBD (TBD)
## v1.8.0 (2023-12-20)
### Changes
* Raise minimum golang requirement to 1.17
* Raise minimum golang requirement to 1.17.

### Features
* Add option to pass extra environment variables to the execution via `-extra-env`
* The MSI installer script now offers the ability to choose the installation location
* Add option to pass extra environment variables to the execution via `-extra-env`.
* The MSI installer script now offers the ability to choose the installation location.

## v1.7.0 (2023-05-23)
### Changes
* No changes, just a re-tag of v1.7.0-rc0
* No changes, just a re-tag of v1.7.0-rc0.

## v1.7.0-rc0 (2022-05-19)
### Fixes
* `installdown`: No longer fail to parse version strings as 'launcherversion' that contain a suffix after the SemVer or no 'v' prefix. For examples these version strings no longer break: 'v1.2.0-rc0', '1.2.0'
* `installdown`: No longer fail to parse version strings as 'launcherversion' that contain a suffix after the SemVer or no 'v' prefix. For examples these version strings no longer break: 'v1.2.0-rc0', '1.2.0'.
### Changes
* Raise minimal go version to 1.16. (Builds are tested with 1.16 and 1.18 in CI)

Expand Down

0 comments on commit 29f09eb

Please sign in to comment.