From 92d465df6ac32c28ac40c6ffff6186827dbd68e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Pl=C3=B6tze?= <7642349+andrepxx@users.noreply.github.com> Date: Wed, 17 May 2023 01:17:59 +0200 Subject: [PATCH] Increment minor version number: v1.7.2 --> v1.8.0 Update changelog. --- config/config.json | 2 +- doc/changelog.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 2dd173a..21e6e08 100644 --- a/config/config.json +++ b/config/config.json @@ -2,7 +2,7 @@ "ImpulseResponses": "ir/index.json", "WebServer": { - "Name": "go-dsp-guitar/1.7.2", + "Name": "go-dsp-guitar/1.8.0", "Port": "8080", "TLSDisabled": false, "TLSPort": "8443", diff --git a/doc/changelog.txt b/doc/changelog.txt index 58c1c35..de07ec8 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,6 +1,22 @@ Changelog for go-dsp-guitar --------------------------- +v1.8.0 + +New features / enhancements: + +- Add three new "British Vintage" amplifier models. +- Increment minor version number: v1.7.2 --> v1.8.0 + + +v1.7.2 + +Maintenance / bugfixes / corrections: + +- Update the sysroot for our Windows builds with libraries extracted from latest Windows 10 install. +- Increment patch-level version number: v1.7.1 --> v1.7.2 + + v1.7.1 Maintenance / bugfixes / corrections: