From 3b872ff20feab4864e6e4fc9b768f44db5f79888 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Wed, 25 Jan 2023 16:30:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/datadog_flutter_plugin/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/datadog_flutter_plugin/CHANGELOG.md b/packages/datadog_flutter_plugin/CHANGELOG.md index be01723e..0d5ab422 100644 --- a/packages/datadog_flutter_plugin/CHANGELOG.md +++ b/packages/datadog_flutter_plugin/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* Remove reference to a gradle file that was not included in `pub deploy` + ## 1.2.0 * 🔥 BREAKING - Log functions (`debug`, `info`, `warn`) now use `attributes` as a named argument instead of a positional argument.