diff --git a/CHANGELOG.md b/CHANGELOG.md index 51672199..2b0f9490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.11](https://github.com/redkubes/otomi-tasks/compare/v0.2.10...v0.2.11) (2021-10-07) + + +### Features + +* allow keycloak to act as idp ([#45](https://github.com/redkubes/otomi-tasks/issues/45)) ([3c4684a](https://github.com/redkubes/otomi-tasks/commit/3c4684a974650f8751497e0701942c04d1cfb8db)) + ### [0.2.10](https://github.com/redkubes/otomi-tasks/compare/v0.2.9...v0.2.10) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index 99e2f057..2637fe12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "otomi-tasks", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.10", + "version": "0.2.11", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", diff --git a/package.json b/package.json index 122739b3..7e87d99f 100644 --- a/package.json +++ b/package.json @@ -132,5 +132,5 @@ "tag": true } }, - "version": "0.2.10" + "version": "0.2.11" }