diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d86944..be8f004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [3.4.0](https://github.com/linode/apl-tasks/compare/v3.3.0...v3.4.0) (2024-11-01) + + +### Bug Fixes + +* don't remove secret ([#124](https://github.com/linode/apl-tasks/issues/124)) ([fcad28a](https://github.com/linode/apl-tasks/commit/fcad28a98245fa3997b8eaa7087ade581f54b18e)) +* keycloak operator retry ([#122](https://github.com/linode/apl-tasks/issues/122)) ([4f5a0f4](https://github.com/linode/apl-tasks/commit/4f5a0f4c26a2d2fa9e87eef330c76b08c8f4a0df)) + ## [3.3.0](https://github.com/linode/apl-tasks/compare/v3.2.0...v3.3.0) (2024-10-25) diff --git a/package-lock.json b/package-lock.json index 669f412..c12ae79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "3.3.0", + "version": "3.4.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.6", diff --git a/package.json b/package.json index fbd885e..6aa857e 100644 --- a/package.json +++ b/package.json @@ -142,5 +142,5 @@ "tag": true } }, - "version": "3.3.0" + "version": "3.4.0" }