Skip to content

Commit ea378a6

Browse files
committed
Added release 6.0.0-beta.1.
1 parent ab36ffe commit ea378a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ This project uses [semantic versioning](http://semver.org/spec/v2.0.0.html). Ref
33
*[Semantic Versioning in Practice](https://www.jering.tech/articles/semantic-versioning-in-practice)*
44
for an overview of semantic versioning.
55

6-
## [Unreleased](https://github.com/JeringTech/Javascript.NodeJS/compare/6.0.0-beta.0...HEAD)
6+
## [Unreleased](https://github.com/JeringTech/Javascript.NodeJS/compare/6.0.0-beta.1...HEAD)
7+
8+
## [6.0.0-beta.1](https://github.com/JeringTech/Javascript.NodeJS/compare/6.0.0-beta.0...6.0.0-beta.1) - Feb 22, 2021
9+
### Fixes
10+
- Fixed Http/2 for .Net 5.0. ([#100](https://github.com/JeringTech/Javascript.NodeJS/pull/100)).
711

812
## [6.0.0-beta.0](https://github.com/JeringTech/Javascript.NodeJS/compare/5.4.4...6.0.0-beta.0) - Feb 10, 2021
913
### Additions
1014
- Added NetCoreApp3.0 as a target.
11-
- Library uses HTTP/2 to communicate with Node.js when using NetCoreApp3.0 binaries.
15+
- Library uses HTTP/2 to communicate with Node.js when using NetCoreApp3.0 binaries. ([#97](https://github.com/JeringTech/Javascript.NodeJS/pull/97)).
1216
### Changes
1317
- **Breaking**: Simplified the surface area of `IHttpClientService`. Users can use DI to register a custom implementation of this service
1418
to customize their `HttpClient`.

0 commit comments

Comments
 (0)