Skip to content

Commit caf4113

Browse files
committed
update release note v2.2.1
1 parent c114a71 commit caf4113

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

10-
## v2.2.0 - 2022-02-11
10+
## v2.2.1 - 2022-02-11
11+
12+
### Fixed
13+
14+
* docker compose時に `TAG_NAME` を指定する記述を追加しました。(#788)
15+
16+
## v2.2.0 - 2022-02-10
1117

1218
### Added
1319

plugins/hato.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from library.clientclass import BaseClient
2424
from library.jma_amesh import jma_amesh
2525
logger = getLogger(__name__)
26-
VERSION = "2.2.0"
26+
VERSION = "2.2.1"
2727

2828

2929
def split_command(command: str, maxsplit: int = 0) -> List[str]:

0 commit comments

Comments
 (0)