diff --git a/CHANGELOG.md b/CHANGELOG.md index a47190ed..9af9af6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [2.0.0](https://github.com/redkubes/otomi-tasks/compare/v1.2.0...v2.0.0) (2023-11-21) + + +### Features + +* add tekton hook remove drone hook ([#91](https://github.com/redkubes/otomi-tasks/issues/91)) ([5bf344a](https://github.com/redkubes/otomi-tasks/commit/5bf344a0e6a21c959f8e921d6b680c2a5e03db94)) +* copy secrets operator ([#90](https://github.com/redkubes/otomi-tasks/issues/90)) ([c9257d3](https://github.com/redkubes/otomi-tasks/commit/c9257d3ccc07671683295e1edeffd9a475e5aacb)) +* gitea otomi charts repo ([#88](https://github.com/redkubes/otomi-tasks/issues/88)) ([72a56ca](https://github.com/redkubes/otomi-tasks/commit/72a56ca548d09dc74b722eb6ba5d730506a4485e)) + ## [1.2.0](https://github.com/redkubes/otomi-tasks/compare/v1.1.0...v1.2.0) (2023-10-17) diff --git a/package-lock.json b/package-lock.json index c693978c..7796e52c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "1.2.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.6", diff --git a/package.json b/package.json index e212200d..9fc196e5 100644 --- a/package.json +++ b/package.json @@ -146,5 +146,5 @@ "tag": true } }, - "version": "1.2.0" + "version": "2.0.0" }