Skip to content

Commit

Permalink
Update Changelog to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed May 31, 2024
1 parent 065e078 commit 926d269
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.6

- Refactor Local storage class
- Refactor Cache class
- Refactor Storage class
- Refactor Response class
- Add AWS S3 storage driver
- Add Storage env config

```env
STORAGE=s3
STORAGE_S3_BUCKET=''
STORAGE_S3_SECRET_KEY=''
STORAGE_S3_ACCESS_KEY=''
STORAGE_S3_REGION=''
```

## 0.2.5

- Fix Authentication middleware issue
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 0.2.5
version: 0.2.6
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
Expand Down

0 comments on commit 926d269

Please sign in to comment.