diff --git a/CHANGELOG.md b/CHANGELOG.md index ce57b33..d6f07a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.37.8](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.7...v0.37.8) (2023-06-29) + +### Build System + +- flutter pub upgrade ([9699f3e](https://github.com/CCXXXI/ecg_monitor/commit/9699f3e25300ceac1b494a9052263b7fe8ba61ac)) +- remove ios ([f23fe8a](https://github.com/CCXXXI/ecg_monitor/commit/f23fe8aa918062e958d7d1526df8017cf3e2477d)) + ## [0.37.7](https://github.com/CCXXXI/ecg_monitor/compare/v0.37.6...v0.37.7) (2023-06-29) ### Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 5e4119a..ff7d427 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Yet another electrocardiogram monitor app. publish_to: "none" -version: 0.37.7+71 +version: 0.37.8+72 environment: sdk: ">=2.19.0 <3.0.0"