diff --git a/CHANGELOG.md b/CHANGELOG.md index f475f2a..b918e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 +### Fixes: +* Fixed Font references stored across frames in bss and spc ([issue #9](https://github.com/Lyqst/cvly-modules/issues/9)) +### Other changes: +* Changed manual urls to point to v2 page and added missing manual url for vbrt + ## 2.0.0 ### Main: * Updated for Rack 2. diff --git a/plugin.json b/plugin.json index be680b4..fe88364 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "cvly", "name": "cvly", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0-or-later", "brand": "cvly", "author": "Benja Appel",