diff --git a/CHANGELOG.md b/CHANGELOG.md index c692d85..8b5340f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.2 +* Prepare for upcoming Uint8List change to HttpClientResponse. ([@tvolkert](https://github.com/tvolkert)) + ## 1.3.1 * Prepare for upcoming change to HttpRequest and HttpClientResponse. ([@tvolkert](https://github.com/tvolkert)) diff --git a/README.md b/README.md index 63bb44e..dd19e3a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add to your `pubspec.yaml`: ```yaml dependencies: - w3c_event_source: ^1.3.1 + w3c_event_source: ^1.3.2 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 4663cbe..954b952 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: w3c_event_source -version: 1.3.1 +version: 1.3.2 description: W3C EventSource client implementation for Dart / Flutter, to communicate with server-sent event endpoints. author: Renée Kooi