diff --git a/.changes/unreleased/Added-20240317-213542.yaml b/.changes/unreleased/Added-20240317-213542.yaml deleted file mode 100644 index 2484c6d..0000000 --- a/.changes/unreleased/Added-20240317-213542.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Added -body: Add an option `--assign-to-me` to automatically assign the openproject's user - to the newly created work package -time: 2024-03-17T21:35:42.724855046+01:00 diff --git a/.changes/unreleased/Added-20240317-213556.yaml b/.changes/unreleased/Added-20240317-213556.yaml deleted file mode 100644 index 82c0efc..0000000 --- a/.changes/unreleased/Added-20240317-213556.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Allow to configure multiple gitlab instances -time: 2024-03-17T21:35:56.447907065+01:00 diff --git a/.changes/v0.2.0.md b/.changes/v0.2.0.md new file mode 100644 index 0000000..a74627c --- /dev/null +++ b/.changes/v0.2.0.md @@ -0,0 +1,5 @@ +## v0.2.0 - 2024-11-14 +### Added +* Add an option `--assign-to-me` to automatically assign the openproject's user to the newly created work package +* Allow to configure multiple gitlab instances +* Create work pakcage from gitea diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e23298..766a4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.2.0 - 2024-11-14 +### Added +* Add an option `--assign-to-me` to automatically assign the openproject's user to the newly created work package +* Allow to configure multiple gitlab instances +* Create work pakcage from gitea + ## v0.1.0 - 2024-01-08 ### Added * Initiate changie versioning