Skip to content

Commit be8cbcc

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.9.7 → 0.9.8
1 parent f4dfec3 commit be8cbcc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.9.8 (2023-04-06)
7+
8+
### Fix
9+
10+
- **MegaLinter**: Let Checkov find its own config
11+
612
## 0.9.7 (2023-03-09)
713

814
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.commitizen]
7-
version = "0.9.7"
7+
version = "0.9.8"
88
version_files = ["pyproject.toml:version"]
99
major_version_zero = true
1010

1111
[tool.poetry]
1212
name = "GitHub Starter Workflows"
13-
version = "0.9.7"
13+
version = "0.9.8"
1414
description = "GitHub Actions Starter Workflows and Default Community Health Files"
1515
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)