diff --git a/CHANGELOG.md b/CHANGELOG.md index 3722b42..543cb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.4.3 +- Dependency update + ## 1.4.2 - Max date range extended to 31 days diff --git a/pubspec.yaml b/pubspec.yaml index 38ddb68..f344982 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,14 +4,14 @@ description: > Supports getting currencies and grabbing statement -version: 1.4.2 +version: 1.4.3 homepage: https://github.com/Sominemo/monobank_api environment: sdk: ">=2.12.0 <3.0.0" dependencies: - http: ^0.13.0 + http: ^0.13.1 dev_dependencies: pedantic: ^1.11.0