diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26a2f9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +## v1.1.1 + + * Fixed issue with A*B+C summing logic + +## v1.1.0 + + * New modules added: Kickall, Percall, Chopping Kinky, and Hexmix VCA + * Added polyphony support for some modules + +## v1.0.0 + + * Initial set of modules: EvenVCO, Rampage, A*B+C, Spring Reverb, Mixer, Slew Limiter, Dual Atenuverter \ No newline at end of file diff --git a/plugin.json b/plugin.json index dfffacd..42c4844 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "slug": "Befaco", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-or-later", "name": "Befaco", "author": "VCV", @@ -8,6 +8,7 @@ "pluginUrl": "https://vcvrack.com/Befaco", "authorUrl": "https://vcvrack.com/", "sourceUrl": "https://github.com/VCVRack/Befaco", + "changelogUrl": "https://github.com/VCVRack/Befaco/blob/v1/CHANGELOG.md", "modules": [ { "slug": "EvenVCO",