Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
legander committed Feb 17, 2020
1 parent 9a288d9 commit 417ebd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5] - 2020-02-17

### Fixed
- Remove pseudo headers
- Remove cookies
- Remove Content-Length header

## [0.1.4] - 2020-02-05

### Fixed
Expand Down Expand Up @@ -34,7 +41,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.1.4...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.1.5...HEAD
[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
[0.1.3]: https://github.com/loadimpact/har-to-k6/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/loadimpact/har-to-k6/compare/v0.1.1...v0.1.2
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.1.4",
"version": "0.1.5",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand Down

0 comments on commit 417ebd7

Please sign in to comment.