diff --git a/CHANGELOG.md b/CHANGELOG.md index 809e777094..cc849fb825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix the account resolver middleware: [#2557](https://github.com/owncloud/ocis/pull/2557) +* Bugfix - Fix version information for extensions: [#2575](https://github.com/owncloud/ocis/pull/2575) * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) * Bugfix - Remove notifications placeholder: [#2514](https://github.com/owncloud/ocis/pull/2514) * Bugfix - Race condition in config parsing: [#2574](https://github.com/owncloud/ocis/pull/2574) @@ -31,6 +32,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2557 +* Bugfix - Fix version information for extensions: [#2575](https://github.com/owncloud/ocis/pull/2575) + + We've fixed the behavior for `ocis version` which previously always showed `0.0.0` as version + for extensions. Now the real version of the extensions are shown. + + https://github.com/owncloud/ocis/pull/2575 + * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) We now properly decode the username when reading it from a url parameter