From 4be699e7e8466a81e4684b227cd7324a642c04d7 Mon Sep 17 00:00:00 2001 From: hyochan Date: Tue, 19 Dec 2023 00:05:54 +0900 Subject: [PATCH] 5.6.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6af29a..f9f6ff75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.6.1 +* Erroneous duplicate item by @deakjahn in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/441 +* Fixed consumable products reading on Android by @33-Elephants in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/439 +* fix: Support AGP8 namespace by @dev-yakuza in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/467 + ## 5.6.0 * refactor: android init connection ```