Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Jul 26, 2024
1 parent f71582c commit 08c71af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.4.1 [2024-07-26]
_Bug fixes_
- Fix issue where the `--arg` flag was not working for control and query runs. ([#439](https://github.com/turbot/powerpipe/issues/439))
- Fix data inconsistency issue in snapshot output when the same control was included in multiple benchmarks. ([#436](https://github.com/turbot/powerpipe/issues/436))

## v0.4.0 [2024-06-10]
_Whats new_
- Update JSON output to handle duplicate column names - append a unique suffix to duplicate column names. ([#375](https://github.com/turbot/powerpipe/issues/375))
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 4,
"patch": 0
"patch": 1
}

0 comments on commit 08c71af

Please sign in to comment.