Skip to content

Commit

Permalink
Updated to version 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 15, 2024
1 parent 9be30fa commit cb478bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bitget.Net/Bitget.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PropertyGroup>
<PackageId>JK.Bitget.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>1.15.0</PackageVersion>
<AssemblyVersion>1.15.0</AssemblyVersion>
<FileVersion>1.15.0</FileVersion>
<PackageVersion>1.15.1</PackageVersion>
<AssemblyVersion>1.15.1</AssemblyVersion>
<FileVersion>1.15.1</FileVersion>
<Description>JK.Bitget.Net is a client library for accessing the Bitget REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Bitget;Bitget.Net;Bitget Client;Bitget API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 1.15.1 - 15 Nov 2024
* Added missing futures trigger order statuses

* Version 1.15.0 - 14 Nov 2024
* Added status filter to restClient.FuturesApiV2.Trading.GetClosedTriggerOrdersAsync
* Updated restClient.FuturesApiV2.Account.GetLedgerAsync response model
Expand Down

0 comments on commit cb478bd

Please # to comment.