diff --git a/CHANGELOG.md b/CHANGELOG.md index 193aab7..4a4fa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.2.0 + +## Gateway + +1. Update vnpy_mt5 gateway module +2. Update vnpy_okx gateway module +3. Update vnpy_bybit gateway module + +## Framwork + +1. Add new OTC exchange enum +2. Only support English language for i18n +3. Fix bugs related to qfluentwidgets + # 0.1.0 1. The first release of VeighNa Evo \ No newline at end of file diff --git a/README.md b/README.md index 811dec6..8c7c05e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- + @@ -32,9 +32,11 @@ VeighNa Evo (vnpy_evo) is the core module for using [VeighNa (vnpy)](https://git * OKX ([okx](https://www.github.com/veighna-global/vnpy_okx)): Spot/Perpetual/Futures/Option - * Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures + * Bybit ([bybit](https://www.github.com/veighna-global/vnpy_bybit)): Spot/Perpetual/Futures/Option - * Deribit ([deribit](https://www.github.com/veighna-global/vnpy_deribit)): Perpetual/Futures/Option + * Forex Market + + * MT5 ([mt5](https://www.github.com/veighna-global/vnpy_mt5)): Forex/Gold/Commodity/Crypto * Special Applications diff --git a/vnpy_evo/__init__.py b/vnpy_evo/__init__.py index 6661b76..71c94d6 100644 --- a/vnpy_evo/__init__.py +++ b/vnpy_evo/__init__.py @@ -24,4 +24,4 @@ os.environ["LANG"] = "en" # Only support English -__version__ = "0.1.0" +__version__ = "0.2.0"