Skip to content

Commit 6012309

Browse files
committed
chore(release): 2.4.1
1 parent 191c939 commit 6012309

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.4.0...2.4.1) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* add corporate actions REST API endpoints ([191c939](https://github.com/fugle-dev/fugle-marketdata-python/commit/191c939b214fde7c209f59617f1c40157be54139))
9+
310
# [2.4.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.3.0...2.4.0) (2025-11-18)
411

512

fugle_marketdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .websocket import WebSocketClientFactory as WebSocketClient, HealthCheckConfig
33
from .exceptions import FugleAPIError
44

5-
__version__ = '2.4.0'
5+
__version__ = '2.4.1'
66

77
__all__ = ['RestClient', 'WebSocketClient', 'HealthCheckConfig', 'FugleAPIError', '__version__']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fugle-marketdata"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
description = "Fugle Realtime API 1.0 client library for Python"
55
authors = ["Fortuna Intelligence Co., Ltd. <development@fugle.tw>"]
66
license = "MIT"

0 commit comments

Comments
 (0)