diff --git a/.changes/0.23.0.md b/.changes/0.23.0.md new file mode 100644 index 00000000..928711c1 --- /dev/null +++ b/.changes/0.23.0.md @@ -0,0 +1,16 @@ +## 0.23.0 - 2024-08-04 + +### Breaking Changes + +* The start flag `remove-default-plugins` has been renamed to `removedefaultplugins` for consistency +* The config options for the initial admin user have been changed to remove the "." from the option. `admin.email` is now `adminemail`, `admin.username` is now `adminuser` and `admin.password` is now `adminpassword`. + +### Bug Fixes + +* Fix an error that could prevent default plugins from being installed. + +### Chores + +* Improve test runs on all branches +* Update Traefik to version 3.1. +* Kana settings has been significantly refactored to allow easier updating diff --git a/.changes/unreleased/Breaking Changes-20240628-122843.yaml b/.changes/unreleased/Breaking Changes-20240628-122843.yaml deleted file mode 100644 index 3b4f807e..00000000 --- a/.changes/unreleased/Breaking Changes-20240628-122843.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Breaking Changes -body: The start flag `remove-default-plugins` has been renamed to `removedefaultplugins` for consistency -time: 2024-06-28T12:28:43.346971166Z diff --git a/.changes/unreleased/Breaking Changes-20240628-122932.yaml b/.changes/unreleased/Breaking Changes-20240628-122932.yaml deleted file mode 100644 index dab071c5..00000000 --- a/.changes/unreleased/Breaking Changes-20240628-122932.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Breaking Changes -body: The config options for the initial admin user have been changed to remove the "." from the option. `admin.email` is now `adminemail`, `admin.username` is now `adminuser` and `admin.password` is now `adminpassword`. -time: 2024-06-28T12:29:32.797379759Z diff --git a/.changes/unreleased/Bug Fixes-20240804-155628.yaml b/.changes/unreleased/Bug Fixes-20240804-155628.yaml deleted file mode 100644 index 4755d1c5..00000000 --- a/.changes/unreleased/Bug Fixes-20240804-155628.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bug Fixes -body: Fix an error that could prevent default plugins from being installed. -time: 2024-08-04T15:56:28.846754256Z diff --git a/.changes/unreleased/Chores-20240628-174023.yaml b/.changes/unreleased/Chores-20240628-174023.yaml deleted file mode 100644 index eca2c09d..00000000 --- a/.changes/unreleased/Chores-20240628-174023.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Improve test runs on all branches -time: 2024-06-28T17:40:23.204854384Z diff --git a/.changes/unreleased/Chores-20240721-142219.yaml b/.changes/unreleased/Chores-20240721-142219.yaml deleted file mode 100644 index f43e3a78..00000000 --- a/.changes/unreleased/Chores-20240721-142219.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update Traefik to version 3.1. -time: 2024-07-21T14:22:19.094146131Z diff --git a/.changes/unreleased/Chores-20240721-152900.yaml b/.changes/unreleased/Chores-20240721-152900.yaml deleted file mode 100644 index b48f8cf5..00000000 --- a/.changes/unreleased/Chores-20240721-152900.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Kana settings has been significantly refactored to allow easier updating -time: 2024-07-21T15:29:00.350109261Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3a3a1c..fd80c04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.23.0 - 2024-08-04 + +### Breaking Changes + +* The start flag `remove-default-plugins` has been renamed to `removedefaultplugins` for consistency +* The config options for the initial admin user have been changed to remove the "." from the option. `admin.email` is now `adminemail`, `admin.username` is now `adminuser` and `admin.password` is now `adminpassword`. + +### Bug Fixes + +* Fix an error that could prevent default plugins from being installed. + +### Chores + +* Improve test runs on all branches +* Update Traefik to version 3.1. +* Kana settings has been significantly refactored to allow easier updating + ## 0.22.0 - 2024-06-27 ### Breaking Changes