diff --git a/CHANGELOG.md b/CHANGELOG.md index 765e5ad..193b128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.20.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.19.4...v0.20.0) (2024-12-17) + + +### Features + +* output stream of ReceivedODIDMessage instead of container ([#39](https://github.com/dronetag/flutter-opendroneid/issues/39)) ([109ceb1](https://github.com/dronetag/flutter-opendroneid/commit/109ceb165d2e4e27f50d88ee688c29c9b62f52fc)) +* remove message container, output ReceivedOdidMessage ([8261bb7](https://github.com/dronetag/flutter-opendroneid/commit/8261bb7fc2f81b9fbceb20210583ebdf23700f33)) + ## [0.19.4](https://github.com/dronetag/flutter-opendroneid/compare/v0.19.3...v0.19.4) (2024-11-27) diff --git a/pubspec.yaml b/pubspec.yaml index 9cdc548..71ae263 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_opendroneid description: A flutter plugin for reading Wi-Fi and Bluetooth Remote ID advertisements using native Android and iOS platform-specific implementation. -version: 1.0.0-rc.1 +version: 0.20.0 repository: https://github.com/dronetag/flutter-opendroneid environment: sdk: ">=3.0.0 <4.0.0"