diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec32c1..872cc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.2 + +- Fix (Session): session file locking issue on Linux. +- Fix (Static File): Automatically load `index.html` if the `/` route is not defined in web routes. + ## 0.8.1 - Fix(Request Validation): Custom validation rule Future diff --git a/pubspec.yaml b/pubspec.yaml index ead0def..8d7b1b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: vania description: Fast, simple, and powerful backend framework for Dart built with -version: 0.8.1 +version: 0.8.2 homepage: https://vdart.dev repository: https://github.com/vania-dart/framework issue_tracker: https://github.com/vania-dart/framework/issues