From 181a67a139f80886c29deacf160bf08254517928 Mon Sep 17 00:00:00 2001 From: 9oya Date: Tue, 25 Apr 2023 08:38:10 +0900 Subject: [PATCH] build: Update version to 1.1.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f138d..cdfa97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 +* Support completion call back to the EventLogger interface. +* Fix the issue where event names were being forced to snake case. + ## 1.0.6 * Support dart sdk environment for the dart applications. * Update README.md diff --git a/pubspec.yaml b/pubspec.yaml index 795f87b..b83a87e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: analytics_logger_gen description: A code generator that generates analytics events for tools like FirebaseAnalytics. Import events from Google Spreadsheets, remote repositories or local CSV files. -version: 1.0.6 +version: 1.1.0 homepage: https://github.com/9oya repository: https://github.com/9oya/analytics_logger_gen issue_tracker: https://github.com/9oya/analytics_logger_gen/issues