diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e5f18..4599ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to `wp-rest-guard` will be documented in this file. -## 0.1.0 - 202X-XX-XX +## v1.0.4 - 2024-01-12 -- Initial release +- Fixing an issue splitting lines by `\n` instead of `\r\n` on Windows. + +## v1.0.3 - 2023-08-28 + +- Bumping tested version to 6.3 + +## v1.0.2 - 2022-11-03 + +- Fixing another typo in the plugin name. + +## v1.0.1 - 2022-10-26 + +- Fixing a typo on the settings page. + +## v1.0.0 - 2022-10-19 + +- Stable re-release 🎊