diff --git a/CHANGELOG.md b/CHANGELOG.md index edb9a09..5747f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +- feat: Implements lazy loading when parsing headers to avoid unnecessary validation. +- feat: Makes address strongly typed and adds `RelicAddress` type. +- fix: Resolves issue with `Content-Length` header conflicting with `Transfer-Encoding: chunked`. + ## 0.2.0 - First tech preview. diff --git a/pubspec.yaml b/pubspec.yaml index 3c3d216..d52710b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: relic description: A lightweight web server inspired by Shelf. -version: 0.2.0 +version: 0.3.0 repository: https://github.com/serverpod/relic environment: