From ee850f8487280839ae0548f6b9af65cb9faf3ef8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 1 Apr 2023 03:49:53 -0400 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 9 +++++++++ plugin.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e64f3c..33c0b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Fundamental changelog +### 2.4.0 (2023-04-01) +- Add Mult. +- SEQ 3 + - Reset step phase when reset trigger is received. +- Mutes + - Add bypass routes. +- VCA + - Fix graphical glitch when display segments have 0% height. + ### 2.3.1 (2022-08-07) - Logic - Fix polyphonic outputs. diff --git a/plugin.json b/plugin.json index 3ec29ca..dac5088 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "Fundamental", "name": "VCV Fundamental", - "version": "2.3.1", + "version": "2.4.0", "license": "GPL-3.0-or-later", "brand": "VCV", "author": "VCV",