diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaeea3..54e1096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Change Log -## v2.6.0 (in progress) +## v2.7.0 (in progress) * Midi Thing 2 * Initial release + + +## v2.6.0 * Octaves * Initial release + * Misc + * Better default values for ADSR and Burst ## v2.5.0 diff --git a/plugin.json b/plugin.json index 6ecf88f..a656f38 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "slug": "Befaco", - "version": "2.6.0", + "version": "2.7.0", "license": "GPL-3.0-or-later", "name": "Befaco", "brand": "Befaco", @@ -340,7 +340,7 @@ "modularGridUrl": "https://www.modulargrid.net/e/befaco-octaves-vco", "tags": [ "Hardware clone", - "VCO" + "Oscillator" ] }, { @@ -356,4 +356,4 @@ ] } ] -} \ No newline at end of file +}