diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe611b9c..4122aaf84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ **Table of Contents** - [Changelog](#changelog) + - [Unreleased](#unreleased) - [v0.5.3-alpha.1 (2020-04-03)](#v053-alpha1-2020-04-03) - [v0.5.1-alpha.1 (2020-04-02)](#v051-alpha1-2020-04-02) - [v0.5.2 (2020-04-02)](#v052-2020-04-02) @@ -44,6 +45,18 @@ # Changelog +## [Unreleased](https://github.com/ory/keto/tree/HEAD) + +[Full Changelog](https://github.com/ory/keto/compare/v0.5.3-alpha.1...HEAD) + +**Closed issues:** + +- Please add packr2 files to go.mod [\#165](https://github.com/ory/keto/issues/165) + +**Merged pull requests:** + +- docs: Updates issue and pull request templates [\#168](https://github.com/ory/keto/pull/168) ([aeneasr](https://github.com/aeneasr)) + ## [v0.5.3-alpha.1](https://github.com/ory/keto/tree/v0.5.3-alpha.1) (2020-04-03) [Full Changelog](https://github.com/ory/keto/compare/v0.5.1-alpha.1...v0.5.3-alpha.1) @@ -82,6 +95,8 @@ - fix: use correct response mode for removeOryAccessControlPolicyRoleMe… [\#161](https://github.com/ory/keto/pull/161) ([aeneasr](https://github.com/aeneasr)) - fix: move to ory sqa service [\#159](https://github.com/ory/keto/pull/159) ([aeneasr](https://github.com/aeneasr)) - docs: Updates issue and pull request templates [\#158](https://github.com/ory/keto/pull/158) ([aeneasr](https://github.com/aeneasr)) +- fix\(driver\): Extract scheme from DSN using sqlcon.GetDriverName [\#156](https://github.com/ory/keto/pull/156) ([kaorimatz](https://github.com/kaorimatz)) +- docs: Updates issue and pull request templates [\#153](https://github.com/ory/keto/pull/153) ([aeneasr](https://github.com/aeneasr)) ## [v0.4.5-alpha.1](https://github.com/ory/keto/tree/v0.4.5-alpha.1) (2020-02-29) @@ -91,10 +106,6 @@ - Cannot connect to MySQL [\#145](https://github.com/ory/keto/issues/145) -**Merged pull requests:** - -- fix\(driver\): Extract scheme from DSN using sqlcon.GetDriverName [\#156](https://github.com/ory/keto/pull/156) ([kaorimatz](https://github.com/kaorimatz)) - ## [v0.4.4-alpha.1](https://github.com/ory/keto/tree/v0.4.4-alpha.1) (2020-02-14) [Full Changelog](https://github.com/ory/keto/compare/v0.4.3-alpha.2...v0.4.4-alpha.1) @@ -102,7 +113,6 @@ **Merged pull requests:** - ci: Bump orb versions [\#154](https://github.com/ory/keto/pull/154) ([aeneasr](https://github.com/aeneasr)) -- docs: Updates issue and pull request templates [\#153](https://github.com/ory/keto/pull/153) ([aeneasr](https://github.com/aeneasr)) - feat\(ci\): Add nancy vuln scanner [\#152](https://github.com/ory/keto/pull/152) ([aeneasr](https://github.com/aeneasr)) ## [v0.4.3-alpha.2](https://github.com/ory/keto/tree/v0.4.3-alpha.2) (2020-01-31) @@ -333,8 +343,8 @@ - cmd: Add and improve list commands [\#62](https://github.com/ory/keto/pull/62) ([aeneasr](https://github.com/aeneasr)) - docs: Updates issue and pull request templates [\#54](https://github.com/ory/keto/pull/54) ([aeneasr](https://github.com/aeneasr)) - docs: Updates issue and pull request templates [\#53](https://github.com/ory/keto/pull/53) ([aeneasr](https://github.com/aeneasr)) +- docs: Updates issue and pull request templates [\#52](https://github.com/ory/keto/pull/52) ([aeneasr](https://github.com/aeneasr)) - Switch to rego as policy decision engine [\#48](https://github.com/ory/keto/pull/48) ([aeneasr](https://github.com/aeneasr)) -- sdk: Upgrade superagent version [\#41](https://github.com/ory/keto/pull/41) ([aeneasr](https://github.com/aeneasr)) ## [v0.1.9-sandbox+oryOS.9](https://github.com/ory/keto/tree/v0.1.9-sandbox+oryOS.9) (2018-11-14) @@ -346,6 +356,7 @@ - cmd: Do not split empty scope [\#45](https://github.com/ory/keto/pull/45) ([aeneasr](https://github.com/aeneasr)) - vendor: Remove ORY Hydra dependency [\#44](https://github.com/ory/keto/pull/44) ([aeneasr](https://github.com/aeneasr)) - cmd: Require explicit CORS enabling [\#42](https://github.com/ory/keto/pull/42) ([aeneasr](https://github.com/aeneasr)) +- sdk: Upgrade superagent version [\#41](https://github.com/ory/keto/pull/41) ([aeneasr](https://github.com/aeneasr)) - authn: Make introspection authorization optional [\#40](https://github.com/ory/keto/pull/40) ([aeneasr](https://github.com/aeneasr)) ## [v0.1.8-sandbox+oryOS.8](https://github.com/ory/keto/tree/v0.1.8-sandbox+oryOS.8) (2018-11-14) @@ -354,7 +365,6 @@ **Merged pull requests:** -- docs: Updates issue and pull request templates [\#52](https://github.com/ory/keto/pull/52) ([aeneasr](https://github.com/aeneasr)) - cmd: Fixes typo in help command in env var name [\#39](https://github.com/ory/keto/pull/39) ([RomanMinkin](https://github.com/RomanMinkin)) - sdk: Add SDK generation to circle ci [\#38](https://github.com/ory/keto/pull/38) ([aeneasr](https://github.com/aeneasr)) - health: Introduces health and version endpoints [\#37](https://github.com/ory/keto/pull/37) ([aeneasr](https://github.com/aeneasr))