Skip to content

Commit ed2b902

Browse files
committed
Release version 0.7.5
1 parent 988bc09 commit ed2b902

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5050
Add 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

0 commit comments

Comments
 (0)