diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e3b83..cfa6aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.0 + +- feat: Gate feature for defining user permissions +- Add WebSocket connect, disconnect, and error handling on the server side (#126) +- Add user getter method to Request class + ## 0.4.3 - Fix nested json [#128](https://github.com/vania-dart/framework/issues/128) @@ -17,7 +23,7 @@ ## 0.4.0 -- Add a new field validation mechanism by [alirezat66](https://github.com/alirezat66) - [PR 99](https://github.com/vania-dart/framework/pull/99) +- feat: a new field validation mechanism by [alirezat66](https://github.com/alirezat66) - [PR 99](https://github.com/vania-dart/framework/pull/99) - Fix nested route group [#98](https://github.com/vania-dart/framework/issues/98) - Fix middleware issue diff --git a/pubspec.yaml b/pubspec.yaml index cfbd5b2..cd8df0e 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.4.3 +version: 0.5.0 homepage: https://vdart.dev repository: https://github.com/vania-dart/framework issue_tracker: https://github.com/vania-dart/framework/issues