diff --git a/.changes/0.21.2.md b/.changes/0.21.2.md new file mode 100644 index 00000000..bc3a236d --- /dev/null +++ b/.changes/0.21.2.md @@ -0,0 +1,9 @@ +## 0.21.2 - 2024-05-29 + +### Bug Fixes + +* Ensure WordPress always has access to the files and can install plugins/themes or do other file operations from the Dashboard + +### Chores + +* Update project dependencies. diff --git a/.changes/unreleased/Bug Fixes-20240529-172535.yaml b/.changes/unreleased/Bug Fixes-20240529-172535.yaml deleted file mode 100644 index 2e958efd..00000000 --- a/.changes/unreleased/Bug Fixes-20240529-172535.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bug Fixes -body: Ensure WordPress always has access to the files and can install plugins/themes or do other file operations from the Dashboard -time: 2024-05-29T17:25:35.997614922Z diff --git a/.changes/unreleased/Chores-20240529-123846.yaml b/.changes/unreleased/Chores-20240529-123846.yaml deleted file mode 100644 index fc00a70c..00000000 --- a/.changes/unreleased/Chores-20240529-123846.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update project dependencies. -time: 2024-05-29T12:38:46.113021545Z diff --git a/CHANGELOG.md b/CHANGELOG.md index d4311acb..d34cd2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.21.2 - 2024-05-29 + +### Bug Fixes + +* Ensure WordPress always has access to the files and can install plugins/themes or do other file operations from the Dashboard + +### Chores + +* Update project dependencies. + ## 0.21.1 - 2024-05-25 ### Bug Fixes