diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ca6ae..0a8df2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## Unreleased + +## v2.0.6 (2023/02/23) + +- 지제역 이름 변경 반영 ([#221](https://github.com/ryanking13/SRT/pull/221)) + ## v2.0.5 (2022/11/24) - SRT 좌석 유형 옵션 기능 추가 ([#201](https://github.com/ryanking13/SRT/pull/201)) diff --git a/SRT/__init__.py b/SRT/__init__.py index be29eaa..f710235 100644 --- a/SRT/__init__.py +++ b/SRT/__init__.py @@ -3,7 +3,7 @@ from .seat_type import SeatType from .srt import SRT -__version__ = "2.0.5" +__version__ = "2.0.6" __all__ = [ "SRT",