diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf6c31cadb758d02e365aba885000e686e488a0..4d94640243233fae7832f7fe7ae3d9774899632a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.7 + +- Fix region issue, thanks @ivoryxiong + ## 0.1.6 - support policy apis diff --git a/pubspec.yaml b/pubspec.yaml index 47766c6dfb15940077acfe29d3bb03e9d35271e7..650954c97b57fe89fb788cd5e8190069f4ec02ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minio description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server. -version: 0.1.6 +version: 0.1.7 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues