Skip to content

Commit

Permalink
Max date range extended to 31 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Mar 6, 2021
1 parent b28704a commit 1559980
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.2
- Max date range extended to 31 days

## 1.4.1
- Bugs fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/src/mono.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class Statement {
/// End on
final DateTime to;

static const Duration _maxRange = Duration(days: 7);
static const Duration _maxRange = Duration(days: 31);

/// Begins stream of statement
///
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
Supports getting currencies and grabbing statement
version: 1.4.1
version: 1.4.2
homepage: https://github.com/Sominemo/monobank_api

environment:
Expand Down

0 comments on commit 1559980

Please sign in to comment.