Skip to content

Commit 6f7889d

Browse files
committed
autogen(docs): regenerate and update changelog
[skip ci]
1 parent 797ea68 commit 6f7889d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
**Table of Contents**
77

8-
- [ (2022-11-14)](#2022-11-14)
8+
- [ (2022-11-15)](#2022-11-15)
99
- [Breaking Changes](#breaking-changes)
1010
- [Bug Fixes](#bug-fixes)
1111
- [Code Refactoring](#code-refactoring)
@@ -280,7 +280,7 @@
280280

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

283-
# [](https://github.com/ory/kratos/compare/v0.10.1...v) (2022-11-14)
283+
# [](https://github.com/ory/kratos/compare/v0.10.1...v) (2022-11-15)
284284

285285
## Breaking Changes
286286

@@ -409,6 +409,9 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
409409
([#2791](https://github.com/ory/kratos/issues/2791))
410410
([aa698e0](https://github.com/ory/kratos/commit/aa698e03a3a96abf1563aea24273735bd9cc412d)),
411411
closes [#2711](https://github.com/ory/kratos/issues/2711)
412+
- Incorrect swagger annotation for `getSession`
413+
([#2891](https://github.com/ory/kratos/issues/2891))
414+
([797ea68](https://github.com/ory/kratos/commit/797ea6857e29e5477e0769af5dd51dd7e43080b2))
412415
- **lint:** Fixed lint error causing ci failures
413416
([4aab5e0](https://github.com/ory/kratos/commit/4aab5e0114dd02b8b0ce45376a0fe4bf11e38221))
414417
- Make `courier.TemplateType` an enum
@@ -619,6 +622,15 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
619622
upgrade ([#2734](https://github.com/ory/kratos/issues/2734))
620623
([3852eb4](https://github.com/ory/kratos/commit/3852eb460251a079bad68d08bee2aef23516d168)),
621624
closes [#2422](https://github.com/ory/kratos/issues/2422)
625+
- Add verification via `code`
626+
([#2838](https://github.com/ory/kratos/issues/2838))
627+
([a82ee92](https://github.com/ory/kratos/commit/a82ee9295681b8dde96c3c6fb156e791df68613c)),
628+
closes [#2824](https://github.com/ory/kratos/issues/2824):
629+
630+
The new `code` strategy is now supported as a verification strategy. If
631+
enabled, the strategy sends a code, instead of a magic link to the user's
632+
address, which they can use to verify their address.
633+
622634
- Adding admin session listing api
623635
([#2818](https://github.com/ory/kratos/issues/2818))
624636
([59588d2](https://github.com/ory/kratos/commit/59588d2e290a8b72125021fa899661622e4cd946))

0 commit comments

Comments
 (0)