diff --git a/CHANGELOG.md b/CHANGELOG.md index 770308c..1a408dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.7+1 + +- [FIX] fix optimization regressions introduced in v1.0.7 + ## 1.0.7 - [FIX] disable `DecodeOptions.decodeDotInKeys` by default to restore previous behavior diff --git a/pubspec.yaml b/pubspec.yaml index 2e414ae..a40451a 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.7 +version: 1.0.7+1 repository: https://github.com/techouse/qs environment: