diff --git a/CHANGELOG b/CHANGELOG index 139bead..8ba3837 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## v1.0.1 + +Update preferences identifier from `__name__` to `__package__` as documented [here](https://docs.blender.org/manual/en/dev/advanced/extensions/addons.html#user-preferences-and-package) ## v1.0.0 diff --git a/README.md b/README.md index bba3cd5..1908ca8 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ As of today, the add-on has been only tested on Blender 4.2.0. This add-on is developed under GPL-3.0 license by Francesco Bellini from 2024. *See the [LICENSE](./LICENSE) file.* + +#### Changelog + +Visit the [CHANGELOG](./CHANGELOG) file to se the changes over new version.