Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodexhub committed Jun 14, 2024
1 parent b392b4e commit 00f81d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.0

- feat: add request headers validation
- docs(README): add documentation on headers validation
- docs(example): update example app to showcase headers validation

# 0.2.0

- feat: add query parameters validation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install the following dependency to the `pubspec.yaml` file of your Dart Frog ap

```yaml
dependencies:
request_validator: ^0.2.0
request_validator: ^0.3.0
```
## 💻 Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issue_tracker: https://github.com/thecodexhub/request-validator/issues
homepage: https://github.com/thecodexhub/request-validator
documentation: https://github.com/thecodexhub/request-validator

version: 0.2.0
version: 0.3.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 00f81d2

Please sign in to comment.