Skip to content

Commit

Permalink
chore: Bump version (3.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
assemmarwan committed Nov 22, 2024
1 parent 19beae1 commit c1e7a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.3.0

- feat: Ability to pass a `loggingFilter` that returns boolean determining whether to log the request/response or not.
- chore: Deprecate `httpLoggerFilter` in favor of the new `loggingFilter`

## 3.3.0-preview.1

- feat: Ability to pass a `loggingFilter` that returns boolean determining whether to log the request/response or not.
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: dio_http_formatter
description: A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging
version: 3.3.0-preview.1
version: 3.3.0
repository: https://github.com/assemmarwan/dio_http_formatter
homepage: https://github.com/assemmarwan/dio_http_formatter

Expand Down

0 comments on commit c1e7a2a

Please sign in to comment.