Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 3, 2022
1 parent 570ce3f commit dcc6550
Showing 1 changed file with 37 additions and 22 deletions.
59 changes: 37 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,36 @@

**Table of Contents**

- [0.0.0 (2022-01-06)](#000-2022-01-06)
- [0.0.0 (2022-02-03)](#000-2022-02-03)
- [Features](#features)
- [0.42.0 (2022-01-06)](#0420-2022-01-06)
- [Code Generation](#code-generation)
- [Features](#features-1)
- [0.41.0 (2021-11-13)](#0410-2021-11-13)
- [Bug Fixes](#bug-fixes)
- [Code Generation](#code-generation)
- [Code Generation](#code-generation-1)
- [Code Refactoring](#code-refactoring)
- [Documentation](#documentation)
- [Features](#features-1)
- [0.40.2 (2021-05-28)](#0402-2021-05-28)
- [Features](#features-2)
- [0.40.2 (2021-05-28)](#0402-2021-05-28)
- [Features](#features-3)
- [0.40.1 (2021-05-23)](#0401-2021-05-23)
- [Bug Fixes](#bug-fixes-1)
- [0.40.0 (2021-05-21)](#0400-2021-05-21)
- [Bug Fixes](#bug-fixes-2)
- [Code Refactoring](#code-refactoring-1)
- [Documentation](#documentation-1)
- [Features](#features-3)
- [Features](#features-4)
- [Tests](#tests)
- [0.39.0 (2021-03-08)](#0390-2021-03-08)
- [Features](#features-4)
- [Features](#features-5)
- [0.38.0 (2021-02-23)](#0380-2021-02-23)
- [Breaking Changes](#breaking-changes)
- [Bug Fixes](#bug-fixes-3)
- [Features](#features-5)
- [Features](#features-6)
- [0.37.0 (2021-02-05)](#0370-2021-02-05)
- [Bug Fixes](#bug-fixes-4)
- [Features](#features-6)
- [Features](#features-7)
- [0.36.1 (2021-01-11)](#0361-2021-01-11)
- [Bug Fixes](#bug-fixes-5)
- [Chores](#chores)
Expand All @@ -39,49 +42,49 @@
- [Bug Fixes](#bug-fixes-6)
- [Code Refactoring](#code-refactoring-3)
- [Documentation](#documentation-2)
- [Features](#features-7)
- [Features](#features-8)
- [0.35.1 (2020-10-11)](#0351-2020-10-11)
- [Bug Fixes](#bug-fixes-7)
- [Code Generation](#code-generation-1)
- [Code Generation](#code-generation-2)
- [Documentation](#documentation-3)
- [Features](#features-8)
- [Features](#features-9)
- [0.35.0 (2020-10-06)](#0350-2020-10-06)
- [Breaking Changes](#breaking-changes-2)
- [Bug Fixes](#bug-fixes-8)
- [Code Generation](#code-generation-2)
- [Code Generation](#code-generation-3)
- [0.34.1 (2020-10-02)](#0341-2020-10-02)
- [Bug Fixes](#bug-fixes-9)
- [Documentation](#documentation-4)
- [0.34.0 (2020-09-24)](#0340-2020-09-24)
- [Breaking Changes](#breaking-changes-3)
- [Bug Fixes](#bug-fixes-10)
- [Chores](#chores-1)
- [Features](#features-9)
- [Features](#features-10)
- [Unclassified](#unclassified)
- [0.33.0 (2020-09-16)](#0330-2020-09-16)
- [Breaking Changes](#breaking-changes-4)
- [Features](#features-10)
- [Features](#features-11)
- [0.32.4 (2020-09-15)](#0324-2020-09-15)
- [Code Generation](#code-generation-3)
- [Code Generation](#code-generation-4)
- [Code Refactoring](#code-refactoring-4)
- [Documentation](#documentation-5)
- [0.32.3 (2020-09-12)](#0323-2020-09-12)
- [Bug Fixes](#bug-fixes-11)
- [Code Refactoring](#code-refactoring-5)
- [Documentation](#documentation-6)
- [Features](#features-11)
- [0.32.2 (2020-06-22)](#0322-2020-06-22)
- [Features](#features-12)
- [0.32.2 (2020-06-22)](#0322-2020-06-22)
- [Features](#features-13)
- [0.32.1 (2020-06-05)](#0321-2020-06-05)
- [Bug Fixes](#bug-fixes-12)
- [Features](#features-13)
- [Features](#features-14)
- [0.32.0 (2020-05-28)](#0320-2020-05-28)
- [Bug Fixes](#bug-fixes-13)
- [Documentation](#documentation-7)
- [Features](#features-14)
- [Features](#features-15)
- [0.31.3 (2020-05-09)](#0313-2020-05-09)
- [Bug Fixes](#bug-fixes-14)
- [Features](#features-15)
- [Features](#features-16)
- [0.31.2 (2020-04-16)](#0312-2020-04-16)
- [Bug Fixes](#bug-fixes-15)
- [0.31.1 (2020-04-16)](#0311-2020-04-16)
Expand All @@ -99,7 +102,7 @@
- [0.30.3 (2020-03-04)](#0303-2020-03-04)
- [Bug Fixes](#bug-fixes-20)
- [Documentation](#documentation-10)
- [Features](#features-16)
- [Features](#features-17)
- [0.30.2 (2019-11-21)](#0302-2019-11-21)
- [Unclassified](#unclassified-2)
- [0.30.1 (2019-09-23)](#0301-2019-09-23)
Expand Down Expand Up @@ -358,7 +361,19 @@

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

# [0.0.0](https://github.com/ory/fosite/compare/v0.41.0...v0.0.0) (2022-01-06)
# [0.0.0](https://github.com/ory/fosite/compare/v0.42.0...v0.0.0) (2022-02-03)

### Features

- Support FormPostHTMLTemplate config for fosite ([#647](https://github.com/ory/fosite/issues/647)) ([570ce3f](https://github.com/ory/fosite/commit/570ce3f6e3bf4e54781a6bfffc2ce777f0ac5194)), closes [#646](https://github.com/ory/fosite/issues/646)

# [0.42.0](https://github.com/ory/fosite/compare/v0.41.0...v0.42.0) (2022-01-06)

autogen(docs): regenerate and update changelog

### Code Generation

- **docs:** Regenerate and update changelog ([cf2c545](https://github.com/ory/fosite/commit/cf2c545540c12bfa5cfbf752bc84c03a8a515ecc))

### Features

Expand Down

0 comments on commit dcc6550

Please sign in to comment.