From 93d11d2a26ce6ac10f361a82ccfd9084cc8b2147 Mon Sep 17 00:00:00 2001 From: ZackFan Date: Wed, 23 Oct 2024 17:52:25 +0800 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af7497d..69834ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.3.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.2.0...2.3.0) (2024-10-23) + + +### Features + +* add REST endpoints for stock technical API ([e9a2f59](https://github.com/fugle-dev/fugle-marketdata-python/commit/e9a2f597d7fc63c19bee4b6247f508ef11744452)) + # [2.2.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/2.1.1...2.2.0) (2024-07-30) diff --git a/pyproject.toml b/pyproject.toml index 1a7d970..9cf6e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fugle-marketdata" -version = "2.2.0" +version = "2.3.0" description = "Fugle Realtime API 1.0 client library for Python" authors = ["Fortuna Intelligence Co., Ltd. "] license = "MIT"