diff --git a/CHANGELOG.md b/CHANGELOG.md index 5702184ec..4446667b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ The following sections list the changes in ocis-konnectd unreleased. -[unreleased]: https://github.com/owncloud/ocis-konnectd/compare/v0.2.0...master +[unreleased]: https://github.com/owncloud/ocis-konnectd/compare/v0.1.0...master ## Summary * Bugfix - Redirect to the provided uri: [#26](https://github.com/owncloud/ocis-konnectd/issues/26) +* Change - Add a trailing slash to trusted redirect uris: [#26](https://github.com/owncloud/ocis-konnectd/issues/26) ## Details @@ -17,26 +18,20 @@ The following sections list the changes in ocis-konnectd unreleased. https://github.com/owncloud/ocis-konnectd/issues/26 -# Changelog for [0.2.0] (2020-03-18) -The following sections list the changes in ocis-konnectd 0.2.0. +* Change - Add a trailing slash to trusted redirect uris: [#26](https://github.com/owncloud/ocis-konnectd/issues/26) -[0.2.0]: https://github.com/owncloud/ocis-konnectd/compare/v0.1.0...v0.2.0 + Phoenix changed the redirect uri to `#/login` that means it will contain a trailing + slash after the base url. -## Summary - -* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis-konnectd/pull/55) - -## Details - -* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis-konnectd/pull/55) - - https://github.com/owncloud/ocis-konnectd/pull/55 + https://github.com/owncloud/ocis-konnectd/issues/26 # Changelog for [0.1.0] (2020-03-18) The following sections list the changes in ocis-konnectd 0.1.0. +[0.1.0]: https://github.com/owncloud/ocis-konnectd/compare/v0.2.0...v0.1.0 + [0.1.0]: https://github.com/owncloud/ocis-konnectd/compare/66337bb4dad4a3202880323adf7a51a1a3bb4085...v0.1.0 ## Summary @@ -80,3 +75,17 @@ The following sections list the changes in ocis-konnectd 0.1.0. https://github.com/owncloud/ocis-konnectd/pull/52 +# Changelog for [0.2.0] (2020-03-18) + +The following sections list the changes in ocis-konnectd 0.2.0. + +## Summary + +* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis-konnectd/pull/55) + +## Details + +* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis-konnectd/pull/55) + + https://github.com/owncloud/ocis-konnectd/pull/55 +