diff --git a/CHANGELOG.md b/CHANGELOG.md index 99790fcf..487abddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2020-04-03 + +### Added +- Support fixed cases of multipart/form-data + +### Fixed +- Empty postData param value causes converter crash + ## [0.2.0] - 2020-03-13 ### Changed @@ -50,7 +58,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.2.0...HEAD +[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/loadimpact/har-to-k6/compare/v0.1.5...v0.2.0 [0.1.5]: https://github.com/loadimpact/har-to-k6/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/loadimpact/har-to-k6/compare/v0.1.3...v0.1.4 diff --git a/package.json b/package.json index 275ac876..de57821a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "har-to-k6", "description": "Convert LI-HAR to k6 script", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "keywords": [ "k6",