From 85746c8b0bb494f5cc9b45a206ddc5f56bce6d91 Mon Sep 17 00:00:00 2001 From: ORY Continuous Integration Date: Thu, 26 Mar 2020 09:42:51 +0000 Subject: [PATCH] docs: Incorporates changes from version v0.0.16 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e09aeb..b863e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [Changelog](#changelog) - [Unreleased](#unreleased) + - [v0.0.16 (2020-03-26)](#v0016-2020-03-26) - [v0.0.15 (2020-02-27)](#v0015-2020-02-27) - [v0.0.14 (2020-02-11)](#v0014-2020-02-11) - [v0.0.13 (2020-02-11)](#v0013-2020-02-11) @@ -28,7 +29,15 @@ ## [Unreleased](https://github.com/ory/hydra-maester/tree/HEAD) -[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.15...HEAD) +[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.16...HEAD) + +**Closed issues:** + +- Maester crash when creating a client with tokenEndpointAuthMethod: none [\#52](https://github.com/ory/hydra-maester/issues/52) + +## [v0.0.16](https://github.com/ory/hydra-maester/tree/v0.0.16) (2020-03-26) + +[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.15...v0.0.16) **Fixed bugs:** @@ -38,6 +47,10 @@ - Maester controller [\#3](https://github.com/ory/hydra-maester/issues/3) +**Merged pull requests:** + +- fix: Tolerate nil secret when tokenEndpointAuthMethod: none [\#53](https://github.com/ory/hydra-maester/pull/53) ([clement-buchart](https://github.com/clement-buchart)) + ## [v0.0.15](https://github.com/ory/hydra-maester/tree/v0.0.15) (2020-02-27) [Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.14...v0.0.15)