Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinypfan committed Jan 18, 2024
1 parent 3890568 commit 769ccbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# [2.0.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/1.1.0...2.0.0) (2024-01-18)


### Refactors

* WebSocket originally used asyncio, now switched to synchronous ([3384741](https://github.com/fugle-dev/fugle-marketdata-python/commit/3384741fe009b81c5a2b8cf9b66d004b3b4381ea))

# [1.1.0](https://github.com/fugle-dev/fugle-marketdata-python/compare/1.0.2...1.1.0) (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fugle-marketdata"
version = "1.1.0"
version = "2.0.0"
description = "Fugle Realtime API 1.0 client library for Python"
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 769ccbe

Please sign in to comment.