Skip to content

Commit

Permalink
bump: version 0.17.1 → 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2023
1 parent 9a52065 commit 50fc9d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.17.1"
version = "0.18.0"
format = "v$version"
update_changelog_on_bump = true
major_version_zero = true
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.18.0 (2023-03-03)

### BREAKING CHANGE

- Remove `use_ssh`. Documentation is in place to deploy using SSH keys

### Fix

- remove use_ssh flag (#65)

## 0.17.1 (2023-03-03)

### Fix
Expand Down

0 comments on commit 50fc9d7

Please sign in to comment.