Skip to content

Commit 28fc698

Browse files
committed
docs: updated changelog, bumped version
1 parent e6803a0 commit 28fc698

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
-  Added: Support for multipart requests.
99
- 80% code coverage
1010

11+
## 0.4.1
12+
13+
- 🛠  Changed: Pre initialized `headers` and `params` on `RequestData`. This was a missed change on null-safety migration.
14+
1115
## 0.4.0
1216

1317
Check out [our 0.4.0 migration guide](./guides/migration_guide_4.md) for information on how to migrate your code.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "0.4.0"
83+
version: "0.4.1"
8484
http_parser:
8585
dependency: transitive
8686
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: http_interceptor
22
description: A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/CodingAleCR/http_interceptor
55
issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
66
repository: https://github.com/CodingAleCR/http_interceptor

0 commit comments

Comments
 (0)