diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6dcf6..ed0c3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.7.2 + +- fix: some URIs consistently failing in [df4461c](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/df4461ce7fa16f014fb5a998578dfd263197baeb) +- fix: type cast error when network changes in [3d6b56e](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/3d6b56e9b80a0e471138e9b50316fcf4228da6d2) +- docs: updated tested uris in [04f63cf](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/04f63cfa58a976fab901f81ccb56543790eaec01) + ## 2.7.1 - Fixed Apple Privacy Manifest File Problem in [c1e65d2](https://github.com/OutdatedGuy/internet_connection_checker_plus/commit/c1e65d271bec0e42475f1786fee364ddefce8cb7). Thanks [SalihCanBinboga](https://github.com/SalihCanBinboga) for [#72](https://github.com/OutdatedGuy/internet_connection_checker_plus/pull/72) diff --git a/README.md b/README.md index c0c8a79..18e0ccd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add the `internet_connection_checker_plus` package to your `pubspec.yaml` file: ```yaml dependencies: - internet_connection_checker_plus: ^2.7.1 + internet_connection_checker_plus: ^2.7.2 ``` ### 2. Import the package diff --git a/example/pubspec.lock b/example/pubspec.lock index 28a785d..bc28656 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -121,7 +121,7 @@ packages: path: ".." relative: true source: path - version: "2.7.1" + version: "2.7.2" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 52c8451..ce3a3e1 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.7.1 +version: 2.7.2 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/internet_connection_checker_plus topics: