From afaabde63affcf568e3090e55b4b957edff2890c Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 14 Jan 2020 15:34:08 +0000 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41aebfc43..deb4d5bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ **Table of Contents** - [Change Log](#change-log) + - [Unreleased](#unreleased) + - [v0.4.0-sandbox (2020-01-13)](#v040-sandbox-2020-01-13) + - [v0.4.1-beta.1 (2020-01-13)](#v041-beta1-2020-01-13) - [v0.4.0-alpha.1 (2020-01-13)](#v040-alpha1-2020-01-13) - [v0.3.8-sandbox (2019-12-16)](#v038-sandbox-2019-12-16) - [v0.3.9-sandbox (2019-12-16)](#v039-sandbox-2019-12-16) @@ -33,6 +36,20 @@ # Change Log +## [Unreleased](https://github.com/ory/keto/tree/HEAD) + +[Full Changelog](https://github.com/ory/keto/compare/v0.4.0-sandbox...HEAD) + +**Merged pull requests:** + +- ci: Move to new goreleaser orb [\#147](https://github.com/ory/keto/pull/147) ([aeneasr](https://github.com/aeneasr)) + +## [v0.4.0-sandbox](https://github.com/ory/keto/tree/v0.4.0-sandbox) (2020-01-13) +[Full Changelog](https://github.com/ory/keto/compare/v0.4.1-beta.1...v0.4.0-sandbox) + +## [v0.4.1-beta.1](https://github.com/ory/keto/tree/v0.4.1-beta.1) (2020-01-13) +[Full Changelog](https://github.com/ory/keto/compare/v0.4.0-alpha.1...v0.4.1-beta.1) + ## [v0.4.0-alpha.1](https://github.com/ory/keto/tree/v0.4.0-alpha.1) (2020-01-13) [Full Changelog](https://github.com/ory/keto/compare/v0.3.8-sandbox...v0.4.0-alpha.1)