diff --git a/CHANGELOG.md b/CHANGELOG.md index 4204114..268051b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 0.2.7 ยท 2023-02-17 + +### ๐ŸŽ‰ New Features +* implement Diagnosticable for VisibleDateRange ([`21a96cb`](https://github.com/JonasWanke/debug_overlay/commit/21a96cbf7d3ffd60da9cfe39dc7e7d6be592339b)) + ## 0.2.6 ยท 2023-01-24 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index a1e0f12..912305d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -55,7 +55,7 @@ packages: path: ".." relative: true source: path - version: "0.2.6" + version: "0.2.7" device_info_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 44dbf88..a0c4d39 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.6 +version: 0.2.7 repository: https://github.com/JonasWanke/debug_overlay environment: