diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d5361..0d0aa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +##v0.5.19 +* Fix: Error when setting `Intereptor.parseRequestBody = true` (Thanks to [platelk](https://github.com/platelk). See PR [#46](https://github.com/luizmineo/redstone.dart/pull/46)). + ## v0.5.18 * Updated to Grinder v0.6.1 (see [documentation](https://github.com/luizmineo/redstone.dart/wiki/Deploy)) diff --git a/pubspec.yaml b/pubspec.yaml index f311f59..842d7ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: redstone -version: 0.5.18 +version: 0.5.19 author: Luiz Mineo description: A metadata driven microframework for Dart homepage: http://redstonedart.org environment: - sdk: '>=1.7.0-dev.4.5 <2.0.0' + sdk: '>=1.7.0 <2.0.0' dependencies: collection: '>=0.9.4 <2.0.0' crypto: '>=0.9.0 <0.10.0'