Skip to content

Commit 1429863

Browse files
authored
Merge pull request #851 from dev-hato/release_v2.2.3
update release note for v2.2.3
2 parents 22a2e77 + 62139ac commit 1429863

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.2.7
4+
rev: v8.3.0
55
hooks:
66
- id: gitleaks

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* `Removed` 削除された機能について。
88
* `Fixed` バグ修正について。
99

10+
## v2.2.3 - 2022-02-23
11+
12+
### Changed
13+
14+
* Python 3.9.10をサポート対象に変更しました。(#807)
15+
* 使用するdockerイメージをalpineからbullseyeへ変更しました。(#832)
16+
1017
## v2.2.2 - 2022-02-11
1118

1219
### Changed

slackbot_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636

3737
GIT_COMMIT_HASH = os.environ.get('GIT_COMMIT_HASH')
3838

39-
VERSION = "2.2.2"
39+
VERSION = "2.2.3"

0 commit comments

Comments
 (0)