diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc0c60..b6dbb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ file. This change log follows the conventions of +## [1.0.3] - 2020-07-10 +### Changed + +- re-factor code + +- change IDs of RGB LED in Faust code + +### Fixed + +- fix wrong scaling of three-way switches + + + ## [1.0.2] - 2020-07-09 ### Changed @@ -18,6 +31,7 @@ file. This change log follows the conventions of - beautify output of Makefile + ## [1.0.1] - 2020-07-06 ### Added @@ -42,3 +56,4 @@ file. This change log follows the conventions of [1.0.0]: https://github.com/mzuther/ProtoFaust/commits/v1.0.0 [1.0.1]: https://github.com/mzuther/ProtoFaust/commits/v1.0.1 [1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2 +[1.0.3]: https://github.com/mzuther/ProtoFaust/commits/v1.0.3 diff --git a/plugin.json b/plugin.json index 9e9f531..4b38374 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "MartinZuther-Prototype", "name": "Prototype", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-3.0-or-later", "brand": "", "author": "Martin Zuther",