diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b07e3..a82c0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.2 + +- [FEAT] add equatability to Undefined +- [CHORE] add more tests to raise coverage + ## 1.0.1+2 - [CHORE] update documentation diff --git a/pubspec.yaml b/pubspec.yaml index 4d8da0f..ef75543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qs_dart description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript. -version: 1.0.1+2 +version: 1.0.2 repository: https://github.com/techouse/qs environment: