Skip to content

Commit

Permalink
v2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed May 31, 2023
1 parent 8ba8b22 commit 9620623
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.9.6

### Fixes
- fix: create parent directory before report files (#1212) [0ac65de]

### Maintenance
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#1202) [3e39231]

## 2.9.5

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion types/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package types

const VERSION = "2.9.5"
const VERSION = "2.9.6"

0 comments on commit 9620623

Please sign in to comment.