Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed May 24, 2023
1 parent de6c857 commit c842a69
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@

**Table of Contents**

- [ (2023-05-08)](#2023-05-08)
- [ (2023-05-24)](#2023-05-24)
- [Bug Fixes](#bug-fixes)
- [Features](#features)
- [Tests](#tests)
Expand Down Expand Up @@ -301,12 +301,21 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [](https://github.com/ory/kratos/compare/v0.13.0...v) (2023-05-08)
# [](https://github.com/ory/kratos/compare/v0.13.0...v) (2023-05-24)

### Bug Fixes

- Bump quickstart version ([#3257](https://github.com/ory/kratos/issues/3257))
([6db70a8](https://github.com/ory/kratos/commit/6db70a81afac5860a86c31881a6fc988096ff0e4))
- Minor refactorings in package hash
([#3186](https://github.com/ory/kratos/issues/3186))
([831fb19](https://github.com/ory/kratos/commit/831fb19e1c98b9fade3ff61d26ad249c548292d6))
- **sdk:** Add cookie for updateLogoutFlow
([#3284](https://github.com/ory/kratos/issues/3284))
([95ed2b9](https://github.com/ory/kratos/commit/95ed2b94cc99d40af6bbe57e5356ec0f28cb9b78)):

Closes https://github.com/ory/sdk/issues/255

- Use the correct redirect_uri for linkedin social login
([#3269](https://github.com/ory/kratos/issues/3269))
([27ccecc](https://github.com/ory/kratos/commit/27ccecc1cd490eaa71da7f8235b4b0057b8f14fe))
Expand Down Expand Up @@ -352,6 +361,13 @@

- chore: nit config description

- Support exporting of all credential types
([#3290](https://github.com/ory/kratos/issues/3290))
([de6c857](https://github.com/ory/kratos/commit/de6c8574c9c6070458303f9b5caf7e8533f06b69)):

It's now possible to export all credential types (including passwords) when
calling the `getIdentity` SDK method.

- Support OIDC flows for native apps
([#3216](https://github.com/ory/kratos/issues/3216))
([cb10609](https://github.com/ory/kratos/commit/cb106097210ac9a146738d06c20a4306c2345923)),
Expand Down

0 comments on commit c842a69

Please sign in to comment.