diff --git a/HISTORY.md b/HISTORY.md index 1db7ec06..b6795d5f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +## 0.9.1 + +New Features: + * Plugin information dump with CL switch + * Updated VST 3 SDK to latest 3.14 + +Fixes: + * Allows plugin parameters with duplicate names + * Events section not required anymore with any frontend + ## 0.9.0 New Features: diff --git a/include/version.h.in b/include/version.h.in index fc121019..87ebf646 100644 --- a/include/version.h.in +++ b/include/version.h.in @@ -3,7 +3,7 @@ #define SUSHI__VERSION_MAJ 0 #define SUSHI__VERSION_MIN 9 -#define SUSHI__VERSION_REV 0 +#define SUSHI__VERSION_REV 1 #define SUSHI_VERSION_STRING #SUSHI__VERSION_MAJ "." #SUSHI__VERSION_MIN "." #SUSHI__VERSION_REV