Skip to content

Commit d36ea8f

Browse files
authored
Fixes url in changelog for release v0.5
Related to #57
1 parent e7ffd9b commit d36ea8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to TestableHttpClient will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
55
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.5] - 2020-06-25
88
### Deprecated
99
- `WithUriPattern(this IHttpRequestMessagesCheck, string)` will be removed in favour of `WithRequestUri(this IHttpRequestMessagesCheck, string)`
1010
- `With(Func<HttpRequestMessage, bool>, string)` will be removed in favour of `WithFilter(Func<HttpRequestMessage, bool>, string)`, since it conflicts with the language keyword `with`.
@@ -158,7 +158,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
158158
- Automatically build project when pushing changes to github and when creating a pull request
159159
- Automatically deploy to NuGet when creating a tag in github
160160

161-
[Unreleased]: https://github.com/dnperfors/TestableHttpClient/compare/v0.4...HEAD
161+
[0.5]: https://github.com/dnperfors/TestableHttpClient/compare/v0.4...v0.5
162162
[0.4]: https://github.com/dnperfors/TestableHttpClient/compare/v0.3...v0.4
163163
[0.3]: https://github.com/dnperfors/TestableHttpClient/compare/v0.2...v0.3
164164
[0.2]: https://github.com/dnperfors/TestableHttpClient/compare/v0.1...v0.2

0 commit comments

Comments
 (0)