diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ef3ae..9af38f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- Add `readToEnd`. + ## 1.1.0 - Add `RandomAccessBinaryReader`. diff --git a/pubspec.yaml b/pubspec.yaml index efd9c72..2aae954 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: random_access_source description: Shared interfaces for random access data. -version: 1.1.0 +version: 1.2.0 repository: https://github.com/flutter-cavalry/random_access_source environment: