diff --git a/CHANGELOG.md b/CHANGELOG.md index 847ea66..8150f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing worth mentioning yet. +## [1.0.1] - 2024-05-14 + +### Fixed + +- Removed false warning about productive use from `README.md` (leftover from the development version). No functional changes. + + ## [1.0.0] - 2024-05-14 ### Added @@ -18,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - All functionality and files. -[unreleased]: https://github.com/foundata/roundcube-plugin-identity-from-config/compare/v1.0.0...HEAD +[unreleased]: https://github.com/foundata/roundcube-plugin-identity-from-config/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/foundata/roundcube-plugin-identity-from-config/releases/tag/v1.0.1 [1.0.0]: https://github.com/foundata/roundcube-plugin-identity-from-config/releases/tag/v1.0.0 diff --git a/composer.json b/composer.json index 8375a08..0f63588 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Populate and maintain user identities automatically on each login, based on corresponding data from a static config file.", "license": "GPL-3.0-or-later", "type": "roundcube-plugin", - "version": "v1.0.0", + "version": "v1.0.1", "keywords": [ "identity", "signature",