Skip to content

Commit

Permalink
docs: Regenerate and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 10, 2020
1 parent a2178bd commit 92b8001
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

**Implemented enhancements:**

- selfservice/updateProfileFlow: disable form fields that the user is not allowed to update [\#227](https:/ory/kratos/issues/227)
- Use jsonschema everywhere [\#225](https:/ory/kratos/issues/225)

**Fixed bugs:**
Expand All @@ -58,6 +59,7 @@

**Merged pull requests:**

- feat\(selfservice/profile\): Add disabled flag to identifier form fields [\#238](https:/ory/kratos/pull/238) ([zepatrik](https:/zepatrik))
- fix\(swagger\): Use correct annotations for request methods [\#237](https:/ory/kratos/pull/237) ([aeneasr](https:/aeneasr))
- feat: add levenshtein distance check for password validation [\#231](https:/ory/kratos/pull/231) ([zepatrik](https:/zepatrik))
- Use ory/jsonschema/v3 everywhere [\#229](https:/ory/kratos/pull/229) ([aeneasr](https:/aeneasr))
Expand Down Expand Up @@ -138,7 +140,6 @@
- Rework public and admin fetch strategy [\#203](https:/ory/kratos/pull/203) ([aeneasr](https:/aeneasr))
- Update HTTP routes for a consistent API naming [\#199](https:/ory/kratos/pull/199) ([aeneasr](https:/aeneasr))
- ss: Use JSON Schema to type assert form body [\#116](https:/ory/kratos/pull/116) ([aeneasr](https:/aeneasr))
- errorx: Add SQL adapter [\#100](https:/ory/kratos/pull/100) ([aeneasr](https:/aeneasr))

**Fixed bugs:**

Expand All @@ -158,6 +159,7 @@
- Reset CSRF Token on Principal Change \(Sign Out\) [\#38](https:/ory/kratos/issues/38)
- selfservice: Omit request header from login/registration request [\#106](https:/ory/kratos/pull/106) ([aeneasr](https:/aeneasr))
- selfservice: Explicitly whitelist form parser keys [\#105](https:/ory/kratos/pull/105) ([aeneasr](https:/aeneasr))
- Force path and domain on CSRF cookie [\#70](https:/ory/kratos/pull/70) ([aeneasr](https:/aeneasr))

**Security fixes:**

Expand Down Expand Up @@ -186,6 +188,7 @@
- ci: Bump sdk orb [\#206](https:/ory/kratos/pull/206) ([aeneasr](https:/aeneasr))
- ss/oidc: Remove obsolete request field from form [\#193](https:/ory/kratos/pull/193) ([aeneasr](https:/aeneasr))
- sql: Re-introduce migration plans to CLI command [\#192](https:/ory/kratos/pull/192) ([aeneasr](https:/aeneasr))
- courier: Implement message templates and SMTP delivery [\#146](https:/ory/kratos/pull/146) ([aeneasr](https:/aeneasr))
- Implement base features for v0.0.1 release [\#102](https:/ory/kratos/pull/102) ([aeneasr](https:/aeneasr))

## [v0.0.3-alpha.15](https:/ory/kratos/tree/v0.0.3-alpha.15) (2020-01-31)
Expand Down

0 comments on commit 92b8001

Please sign in to comment.