Skip to content

Commit 1b7c747

Browse files
committed
docs: updates changelog and version
1 parent f8d5ddd commit 1b7c747

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3-
## 2.0.0-beta.2
3+
## 2.0.0-beta.3
44

55
- 🐞  Fixed: `MultipartRequest` does not get intercepted correctly (has missing fields).
66
- 🐞  Fixed: `MultipartRequest` ignores retry policy.
77
- 🐞  Fixed: Changing `body` causes that the `headers` also change and ignore previous interceptions (i.e. content-type headers are overriden).
88
- 🐞  Fixed: `copyWith` was missing fields
99
- 🚦  Tests: Updated tests.
1010

11+
## 2.0.0-beta.2
12+
13+
- 🐞  Fixed: Changing `body` causes that the `headers` also change and ignore previous interceptions (i.e. content-type headers are overriden).
14+
- 🚦  Tests: Updated tests.
15+
1116
## 2.0.0-beta.1
1217

1318
- ❗️🛠  Changed: Renamed `Method` to use `HttpMethod` and refactored helper functions into extensions (`StringToMethod`, and `MethodToString`).

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: 2.0.0-beta.2
3+
version: 2.0.0-beta.3
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)