From 7eaef5d7e5a1c4bcc5308fad7f8804ed65534e2d Mon Sep 17 00:00:00 2001 From: Simon Legander Date: Mon, 18 Jan 2021 16:21:34 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14494dd..e31e8828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2021-01-18 + +### Changed + +- Warn instead of throwing when incoming `postData.mimeType` and `Content-Type` does not align. + ## [0.6.0] - 2020-12-07 ### Changed @@ -100,7 +106,8 @@ Broken positional arg in caporal resulting in broken `har-to-k6` command. ### Added - Initial release -[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/loadimpact/har-to-k6/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/loadimpact/har-to-k6/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/loadimpact/har-to-k6/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/loadimpact/har-to-k6/compare/v0.3.3...v0.4.0