Skip to content

Commit

Permalink
Merge pull request #68 from k6io/release/v0.8.0
Browse files Browse the repository at this point in the history
Release/v0.8.0
  • Loading branch information
EdvinasDaugirdas committed Feb 22, 2021
2 parents 87ea9f6 + 565836e commit 3c86431
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2021-02-22

### Changed

- Remove usage of [emailjs-mime-builder](https://github.com/emailjs/emailjs-mime-builder) to generate `multipart/form-data` payloads, use [jslib-formdata-polyfill](https://jslib.k6.io/formdata/0.0.1/index.js) instead

### Fixed

- Duplicate `Content-Type` header when using custom `boundary` in `multipart/form-data`

## [0.7.0] - 2021-01-18

### Changed
Expand Down Expand Up @@ -106,7 +116,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.7.0...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/loadimpact/har-to-k6/compare/v0.7.0...v0.8.0
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "har-to-k6",
"description": "Convert LI-HAR to k6 script",
"version": "0.7.0",
"version": "0.8.0",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit 3c86431

Please sign in to comment.