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 Sep 2, 2022
1 parent b054b24 commit 83b1595
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@
- [Code Refactoring](#code-refactoring)
- [Documentation](#documentation)
- [Features](#features)
- [Tests](#tests)
- [0.9.0-alpha.0 (2022-08-01)](#090-alpha0-2022-08-01)
- [Breaking Changes](#breaking-changes)
- [Bug Fixes](#bug-fixes-1)
- [Code Generation](#code-generation)
- [Code Refactoring](#code-refactoring-1)
- [Documentation](#documentation-1)
- [Features](#features-1)
- [Tests](#tests)
- [Tests](#tests-1)
- [0.8.0-alpha.2 (2022-03-04)](#080-alpha2-2022-03-04)
- [Bug Fixes](#bug-fixes-2)
- [Code Generation](#code-generation-1)
- [Documentation](#documentation-2)
- [0.8.0-alpha.1 (2022-02-22)](#080-alpha1-2022-02-22)
- [Bug Fixes](#bug-fixes-3)
- [Code Generation](#code-generation-2)
- [Tests](#tests-1)
- [Tests](#tests-2)
- [0.8.0-alpha.0 (2022-02-10)](#080-alpha0-2022-02-10)
- [Bug Fixes](#bug-fixes-4)
- [Code Generation](#code-generation-3)
Expand All @@ -44,7 +45,7 @@
- [Code Refactoring](#code-refactoring-3)
- [Documentation](#documentation-5)
- [Features](#features-3)
- [Tests](#tests-2)
- [Tests](#tests-3)
- [0.6.0-alpha.3 (2021-04-29)](#060-alpha3-2021-04-29)
- [Code Generation](#code-generation-6)
- [0.6.0-alpha.2 (2021-04-29)](#060-alpha2-2021-04-29)
Expand All @@ -59,7 +60,7 @@
- [Code Refactoring](#code-refactoring-4)
- [Documentation](#documentation-7)
- [Features](#features-5)
- [Tests](#tests-3)
- [Tests](#tests-4)
- [0.5.6-alpha.1 (2020-05-28)](#056-alpha1-2020-05-28)
- [Bug Fixes](#bug-fixes-8)
- [Chores](#chores-1)
Expand Down Expand Up @@ -165,6 +166,8 @@

- Add initial documentation example for rewrites
([065ce46](https://github.com/ory/keto/commit/065ce464aa246cdcdaa3ba9a984070cba7198d45))
- Fix version meta schema
([b054b24](https://github.com/ory/keto/commit/b054b24afc2be0d7cd25f355b3054bbeafc7a423))

### Features

Expand Down Expand Up @@ -203,6 +206,12 @@
- Support subject sets in check
([1760459](https://github.com/ory/keto/commit/1760459c88bde3aafc1a2ad13819f0797dbf7e24))

### Tests

- Add cases for checking subject sets
([93aee83](https://github.com/ory/keto/commit/93aee83363083f5f2e757755da6a26d662fd8f22)),
closes [#985](https://github.com/ory/keto/issues/985)

# [0.9.0-alpha.0](https://github.com/ory/keto/compare/v0.8.0-alpha.2...v0.9.0-alpha.0) (2022-08-01)

This release ships a few changes in the API paths. Requests and responses were
Expand Down

0 comments on commit 83b1595

Please sign in to comment.