From e99e3c269c1d11c9b2da090010986fa73b1e6730 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 18 Jun 2020 09:46:41 -0700 Subject: [PATCH] Prepare to publish (#141) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f92a45626dd..2571a25373c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.6-dev +## 0.7.6 * Supports multiple header values in `Request` and `Response`: * `headersAll` field contains all the header values diff --git a/pubspec.yaml b/pubspec.yaml index 56642d66eccbf..35639453240aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: shelf -version: 0.7.6-dev +version: 0.7.6 description: >- A model for web server middleware that encourages composition and easy reuse homepage: https://github.com/dart-lang/shelf