Skip to content

Commit 820be9a

Browse files
docs(changelog): downversion to 4.1.0
1 parent 399af4f commit 820be9a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
[_vNext_](https://github.com/sketch7/FluentlyHttpClient/compare/4.0.1...4.1.0) (2024-X-X)
44

5-
## [4.2.0](https://github.com/sketch7/FluentlyHttpClient/compare/4.1.0...4.2.0) (2024-10-11)
5+
<!-- ## [4.2.0](https://github.com/sketch7/FluentlyHttpClient/compare/4.1.0...4.2.0) (2024-10-11) -->
66

7-
### Features
8-
9-
- **logger middleware:** log pops individually for request/response
107

11-
## [4.1.0](https://github.com/sketch7/FluentlyHttpClient/compare/4.0.0...4.1.0) (2024-08-28)
8+
## [4.1.0](https://github.com/sketch7/FluentlyHttpClient/compare/4.0.0...4.1.0) (2024-10-11)
129

1310
### Features
1411

12+
- **logger middleware:** log pops individually for request/response
1513
- **http client factory:** expose `Count` to know how many clients are registered
1614
- **http client builder:** auto register client into factory - can be omitted via `WithAutoRegisterFactory` (or `.Build(skipAutoRegister: true)`)
1715
- **service collection:** configurable defaults on `services.AddFluentlyHttpClient`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sketch7/fluently-http-client",
3-
"version": "4.2.0",
3+
"version": "4.1.0",
44
"versionSuffix": "",
55
"scripts": {
66
"pack": "bash ./tools/pack.sh",
@@ -10,4 +10,4 @@
1010
"test": "find test/*.csproj | xargs -i dotnet test {} --no-build -c Release --filter Category!=e2e",
1111
"restore": "dotnet restore ./FluentlyHttpClient.sln"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)