Skip to content

Commit

Permalink
Merge pull request #42 from bybit-exchange/update_changelog
Browse files Browse the repository at this point in the history
update changelog & version
  • Loading branch information
dextertd authored Jun 24, 2022
2 parents ee079e3 + 28a8d3e commit 43cf700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2022-06-24
### Added
- `HTTP` methods for the spot API's [Leveraged Token](https://bybit-exchange.github.io/docs/spot/#t-ltinfos) and [Cross Margin](https://bybit-exchange.github.io/docs/spot/#t-crossmargintrading) endpoints
- `agentSource` parameter when sending requests to place spot orders, which uses the `referral_id` argument, so that affiliates can track orders


## [2.2.3] - 2022-06-22
- There was a packaging problem with the previous version. There are no changes compared with 2.2.2.

Expand Down
2 changes: 1 addition & 1 deletion pybit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from json.decoder import JSONDecodeError

# Versioning.
VERSION = '2.2.3'
VERSION = '2.3.0'


class HTTP:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pybit',
version='2.2.3',
version='2.3.0',
description='Python3 Bybit HTTP/WebSocket API Connector',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 43cf700

Please sign in to comment.