Skip to content

Commit

Permalink
Release notes and bump version for v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov authored and Ivan Mirić committed Mar 16, 2021
1 parent cdf85de commit e9d8349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

// Version contains the current semantic version of k6.
const Version = "0.31.0"
const Version = "0.31.1"

// VersionDetails can be set externally as part of the build process
var VersionDetails = "" // nolint:gochecknoglobals
Expand Down
3 changes: 3 additions & 0 deletions release notes/v0.31.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
k6 v0.31.1 is a patch release with a single bugfix.

The bugfix is about the cloud output and the new `http_req_failed` metric in k6 v0.31.0. Due to additional state being used for its transport to the k6 cloud, and a misunderstanding of what a functional call from a library dependency does, the `http_req_failed` values were always set to `1`. This did not affect any other output or the end of test summary. ([#1908](https://github.com/loadimpact/k6/issues/1908))

0 comments on commit e9d8349

Please sign in to comment.