diff --git a/.changes/0.18.1.md b/.changes/0.18.1.md new file mode 100644 index 00000000..595446a6 --- /dev/null +++ b/.changes/0.18.1.md @@ -0,0 +1,6 @@ +## 0.18.1 - 2024-02-25 + +### Chores + +* Switch to PHP 8.2 as the default PHP version for new sites +* Update Traefik from 2.10 to 2.11 diff --git a/.changes/unreleased/Chores-20240225-161717.yaml b/.changes/unreleased/Chores-20240225-161717.yaml deleted file mode 100644 index 5a818026..00000000 --- a/.changes/unreleased/Chores-20240225-161717.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Switch to PHP 8.2 as the default PHP version for new sites -time: 2024-02-25T16:17:17.657398884Z diff --git a/.changes/unreleased/Chores-20240225-161737.yaml b/.changes/unreleased/Chores-20240225-161737.yaml deleted file mode 100644 index 95426d28..00000000 --- a/.changes/unreleased/Chores-20240225-161737.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update Traefik from 2.10 to 2.11 -time: 2024-02-25T16:17:37.879760588Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fae0ecd..08fc33c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.18.1 - 2024-02-25 + +### Chores + +* Switch to PHP 8.2 as the default PHP version for new sites +* Update Traefik from 2.10 to 2.11 + ## 0.18.0 - 2024-02-25 ### Breaking Changes