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