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",