Skip to content

Commit e2680be

Browse files
bump: version 1.1.0 → 2.0.0 (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: James Armes (they/them) <[email protected]>
1 parent a131203 commit e2680be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ commitizen:
33
changelog_incremental: true
44
name: cz_conventional_commits
55
update_changelog_on_bump: true
6-
version: 1.1.0
6+
version: 2.0.0
77
version_scheme: semver2

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][changelog] and this project adheres to
66
[Semantic Versioning][semver].
77

8-
## Unreleased
8+
## 2.0.0 (2025-08-19)
99

1010
> [!CAUTION]
1111
> This release fixes a bug that would case a double slash (`//`) in the secret
@@ -18,6 +18,10 @@ The format is based on [Keep a Changelog][changelog] and this project adheres to
1818
> [`name`][secrets] for your secrets to match the previous format of
1919
> `<project>/<environment>//<name>`.
2020
21+
### Fix
22+
23+
- Exclude service from the secret path if it isn't set. (#4)
24+
2125
## 1.1.0 (2025-08-18)
2226

2327
### Feat

0 commit comments

Comments
 (0)