File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # Version 0.7.5 (TBA)
1+ # Version 0.7.5 (21.11.2019)
2+ * New Feature: Implement "BU" websocket event (thanks to mironbalcerzak)
3+ * Improvement: Updated dependencies
24
35# Version 0.7.4 (02.08.2019)
46* New Feature: Allow the calculation of additional position data
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ Add these lines to your ``pom.xml`` file
4242<dependency >
4343 <groupId >com.github.jnidzwetzki</groupId >
4444 <artifactId >bitfinex-v2-wss-api</artifactId >
45- <version >0.7.3 </version >
45+ <version >0.7.5 </version >
4646</dependency >
4747```
4848
4949## Gradle
5050Add these lines to your `` build.gradle `` file
5151
5252``` groovy
53- compile 'com.github.jnidzwetzki:bitfinex-v2-wss-api:0.7.3 '
53+ compile 'com.github.jnidzwetzki:bitfinex-v2-wss-api:0.7.5 '
5454```
5555
5656# Changelog
You can’t perform that action at this time.
0 commit comments