diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d3c3f..6a9b6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -302,6 +302,10 @@ - 📦 Downgrade meta package to match flutter meta version +## 🐛 8.4.10 + +- 🩹 Fix bug on clearing middleware list + ## Legend - 🎉 New features or major changes diff --git a/pubspec.yaml b/pubspec.yaml index 5ed3cfd..9329118 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wordpress_client description: A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints. -version: 8.4.9 +version: 8.4.10 topics: - wordpress - parallel