<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Change Log](#change-log)
  - [v1.0.0-beta.9 (2018-08-31)](#v100-beta9-2018-08-31)
  - [v1.0.0-beta.8 (2018-08-02)](#v100-beta8-2018-08-02)
  - [v1.0.0-beta.7 (2018-07-16)](#v100-beta7-2018-07-16)
  - [v1.0.0-beta.6 (2018-07-07)](#v100-beta6-2018-07-07)
  - [v1.0.0-beta.5 (2018-07-07)](#v100-beta5-2018-07-07)
  - [v1.0.0-beta.3 (2018-06-13)](#v100-beta3-2018-06-13)
  - [v1.0.0-beta.4 (2018-06-13)](#v100-beta4-2018-06-13)
  - [v1.0.0-beta.2 (2018-05-29)](#v100-beta2-2018-05-29)
  - [v1.0.0-beta.1 (2018-05-29)](#v100-beta1-2018-05-29)
  - [v0.0.1 (2018-05-20)](#v001-2018-05-20)

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

# Change Log

## [v1.0.0-beta.9](https://github.com/ory/keto/tree/v1.0.0-beta.9) (2018-08-31)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.8...v1.0.0-beta.9)

**Closed issues:**

- Can not remember consent because no user interaction was required - when resp\['skip'\] false [\#43](https://github.com/ory/keto/issues/43)

**Merged pull requests:**

- Enable TLS option to serve API [\#46](https://github.com/ory/keto/pull/46) ([fredbi](https://github.com/fredbi))
- 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))

## [v1.0.0-beta.8](https://github.com/ory/keto/tree/v1.0.0-beta.8) (2018-08-02)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.7...v1.0.0-beta.8)

**Closed issues:**

- Build and upload binaries upon release [\#36](https://github.com/ory/keto/issues/36)

**Merged pull requests:**

- 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))

## [v1.0.0-beta.7](https://github.com/ory/keto/tree/v1.0.0-beta.7) (2018-07-16)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.6...v1.0.0-beta.7)

**Merged pull requests:**

- dep: Update hydra to v1.0.0-beta.6 [\#35](https://github.com/ory/keto/pull/35) ([RomanMinkin](https://github.com/RomanMinkin))

## [v1.0.0-beta.6](https://github.com/ory/keto/tree/v1.0.0-beta.6) (2018-07-07)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.5...v1.0.0-beta.6)

## [v1.0.0-beta.5](https://github.com/ory/keto/tree/v1.0.0-beta.5) (2018-07-07)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.3...v1.0.0-beta.5)

**Fixed bugs:**

- roles without members does not shown in roles list [\#27](https://github.com/ory/keto/issues/27)

**Merged pull requests:**

- Update README.md [\#34](https://github.com/ory/keto/pull/34) ([tacurran](https://github.com/tacurran))
- cmd: Properly output telemetry information [\#33](https://github.com/ory/keto/pull/33) ([aeneasr](https://github.com/aeneasr))
- docs: Adds link to examples repository [\#32](https://github.com/ory/keto/pull/32) ([aeneasr](https://github.com/aeneasr))
- docs: Adds GitHub templates & code of conduct [\#31](https://github.com/ory/keto/pull/31) ([aeneasr](https://github.com/aeneasr))
- ci: Prevent pushes from forks to coveralls [\#29](https://github.com/ory/keto/pull/29) ([aeneasr](https://github.com/aeneasr))
- roles: List roles from keto\_role table [\#28](https://github.com/ory/keto/pull/28) ([sadysnaat](https://github.com/sadysnaat))

## [v1.0.0-beta.3](https://github.com/ory/keto/tree/v1.0.0-beta.3) (2018-06-13)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.4...v1.0.0-beta.3)

## [v1.0.0-beta.4](https://github.com/ory/keto/tree/v1.0.0-beta.4) (2018-06-13)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.2...v1.0.0-beta.4)

**Fixed bugs:**

- Wrong oauth introspect url [\#25](https://github.com/ory/keto/issues/25)
- Upgrade from \< 1.0.0-beta Hydra migration commands fail [\#23](https://github.com/ory/keto/issues/23)

**Closed issues:**

- Role setup not working [\#21](https://github.com/ory/keto/issues/21)

**Merged pull requests:**

- cmd: Fixes typo in help command [\#26](https://github.com/ory/keto/pull/26) ([aeneasr](https://github.com/aeneasr))
- cmd: Resolves an issue with the hydra migrate command [\#24](https://github.com/ory/keto/pull/24) ([aeneasr](https://github.com/aeneasr))
- warden: Use roles in warden decision [\#22](https://github.com/ory/keto/pull/22) ([aeneasr](https://github.com/aeneasr))
- cmd: Improves usage of metrics middleware [\#18](https://github.com/ory/keto/pull/18) ([aeneasr](https://github.com/aeneasr))

## [v1.0.0-beta.2](https://github.com/ory/keto/tree/v1.0.0-beta.2) (2018-05-29)
[Full Changelog](https://github.com/ory/keto/compare/v1.0.0-beta.1...v1.0.0-beta.2)

## [v1.0.0-beta.1](https://github.com/ory/keto/tree/v1.0.0-beta.1) (2018-05-29)
[Full Changelog](https://github.com/ory/keto/compare/v0.0.1...v1.0.0-beta.1)

**Closed issues:**

- roles: add a PUT method to overwrite members [\#10](https://github.com/ory/keto/issues/10)

**Merged pull requests:**

- Minor changes and fixes [\#17](https://github.com/ory/keto/pull/17) ([aeneasr](https://github.com/aeneasr))
- Resolves minor issues [\#16](https://github.com/ory/keto/pull/16) ([aeneasr](https://github.com/aeneasr))
- transfer UpdateRoleMembers [\#14](https://github.com/ory/keto/pull/14) ([zepatrik](https://github.com/zepatrik))
- ci: Resolves test timeout [\#13](https://github.com/ory/keto/pull/13) ([aeneasr](https://github.com/aeneasr))

## [v0.0.1](https://github.com/ory/keto/tree/v0.0.1) (2018-05-20)
**Implemented enhancements:**

- Fix token type [\#12](https://github.com/ory/keto/pull/12) ([aeneasr](https://github.com/aeneasr))

**Closed issues:**

- The Warden API should not check for refresh tokens, only access tokens. [\#1](https://github.com/ory/keto/issues/1)

**Merged pull requests:**

- auth: Renames subject to sub in response payloads [\#9](https://github.com/ory/keto/pull/9) ([aeneasr](https://github.com/aeneasr))
- cmd: Retries SQL connection on migrate commands [\#8](https://github.com/ory/keto/pull/8) ([aeneasr](https://github.com/aeneasr))
- Improve bc [\#7](https://github.com/ory/keto/pull/7) ([aeneasr](https://github.com/aeneasr))
- docs: Updates readme and upgrades [\#6](https://github.com/ory/keto/pull/6) ([aeneasr](https://github.com/aeneasr))
- Fix sdk [\#5](https://github.com/ory/keto/pull/5) ([aeneasr](https://github.com/aeneasr))
- Resolves SDK and test issues [\#4](https://github.com/ory/keto/pull/4) ([aeneasr](https://github.com/aeneasr))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*