Skip to content

Commit

Permalink
bump: version 1.7.0 → 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pukimaa committed Jan 31, 2023
1 parent 08dbc5f commit 0c0698f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.7.1 (2023-01-31)

### Fix

- **auto_translate**: fix translation not being send inside thread if the original message was inside a thread
- **i18n**: updated German (#17)

### Refactor

- **topic**: update topics, add warning if invalid topic id
- **ban_game**: remove `ban_game` command

## 1.7.0 (2023-01-30)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.7.0"
version = "1.7.1"
tag_format = "$version"
changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b"
update_changelog_on_bump = true
Expand Down

0 comments on commit 0c0698f

Please sign in to comment.