diff --git a/CHANGELOG.md b/CHANGELOG.md index 4251d67..dfd1392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.2.4 · 2023-01-24 + +### 🎉 New Features +* add option to show newest logs first ([`bdfb520`](https://github.com/JonasWanke/black_hole_flutter/commit/bdfb52020088c504cf4e6684f32809eb6be51005)), closes: [#5](https://github.com/JonasWanke/debug_overlay/issues/5) + +### 📦 Build & CI +* upgrade to Flutter: `>=3.3.0`, Dart `>=2.18.0 <3.0.0` ([`5c7230e`](https://github.com/JonasWanke/black_hole_flutter/commit/5c7230e8c328678ef8679002c62d9c09c8a466ac)) +* update `black_hole_flutter` to `^1.0.0` ([`3f40d9f`](https://github.com/JonasWanke/black_hole_flutter/commit/3f40d9f75a75a5f9c3ee70fceb13d0e48cd643fd)) + ## 0.2.3 · 2022-11-02 ### 📦 Build & CI diff --git a/example/pubspec.lock b/example/pubspec.lock index d791a5b..053dd20 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -49,7 +49,7 @@ packages: path: ".." relative: true source: path - version: "0.2.3" + version: "0.2.4" device_info_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 163a7ce..73c9fc8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: debug_overlay description: View debug infos and change settings via a central overlay for your app. -version: 0.2.3 +version: 0.2.4 repository: https://github.com/JonasWanke/debug_overlay environment: