Skip to content

Commit

Permalink
2.0.7 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Apr 5, 2023
1 parent 18149ca commit c932cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## v2.0.7 (2023/04/05)

- get_reservations() 메소드에 결제된 예약 내역만 반환하도록 하는 payed_only 옵션 추가
([#228](https://github.com/ryanking13/SRT/pull/228))

## v2.0.6 (2023/02/23)

- 지제역 이름 변경 반영 ([#221](https://github.com/ryanking13/SRT/pull/221))
Expand Down
2 changes: 1 addition & 1 deletion SRT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .seat_type import SeatType
from .srt import SRT

__version__ = "2.0.6"
__version__ = "2.0.7"

__all__ = [
"SRT",
Expand Down

0 comments on commit c932cb0

Please sign in to comment.