diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f97449..3675e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.9.0 + +- feat: ability to provide a custom connectivity check function in [e04ab72](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/e04ab72) +- chore: updated example app to flutter v3.35 in [d451fea](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/d451fea) +- docs: improved over-all documentation in [205cd9a](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/205cd9a) + ## 2.8.0 - feat: updated [connectivity_plus](https://pub.dev/packages/connectivity_plus) dependency to v7.0.0 in [d8cf04d](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/d8cf04d) diff --git a/example/pubspec.lock b/example/pubspec.lock index 019cbb1..c96a04c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -121,7 +121,7 @@ packages: path: ".." relative: true source: path - version: "2.8.0" + version: "2.9.0" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9580c43..4f01d80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: internet_connection_checker_plus description: "A Flutter package to check your internet connection with subsecond response times, even on mobile networks!" -version: 2.8.0 +version: 2.9.0 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/internet_connection_checker_plus topics: