Skip to content

Commit f35603c

Browse files
committed
prepare for 4.3.8 release
1 parent 447a72d commit f35603c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CONTRIBUTORS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The following list of authors was automatically generated from the XChange proje
1616

1717
git log --format='%aN' | sort -u
1818

19-
=
2019
Achterhoeker
2120
Adam from WALCZAK.IT
2221
Alejandro Reyero
@@ -63,6 +62,7 @@ Eric Anderson
6362
Erland Lewin
6463
EzBar
6564
Ezer Bar-Aviv
65+
Fabian
6666
Fabien André
6767
Felipe Micaroni Lalli
6868
Flemingjp
@@ -77,8 +77,10 @@ Guillaume Morissette
7777
HairyFotr
7878
Herman Ofenböck
7979
Ignacio Larranaga
80+
Iury V. Vinogradov
8081
JH
8182
JK
83+
Jack McKenzie
8284
James
8385
James Edwards
8486
James Fleming
@@ -147,6 +149,7 @@ Oscar Francia
147149
Pablo Lopez
148150
Pan, Xinyang
149151
Panchen
152+
Pavel Niedoba
150153
Pavlo Pastushok
151154
Peter Keeler
152155
Peter N. Steinmetz
@@ -191,6 +194,7 @@ Ujjwal Kabra
191194
Uwe
192195
Vassilis Papavassiliou
193196
Vassilis Ppapavassiliou
197+
Victor Didenko
194198
Victor Mezrin
195199
Viktor.Zakalyuzhnyy
196200
Wojciech Langiewicz
@@ -230,6 +234,7 @@ cymp
230234
cyril
231235
datbui
232236
david-yam
237+
desinerlee
233238
deveth0
234239
dhenry
235240
dimecoin
@@ -254,6 +259,7 @@ jamespedwards42
254259
jasonliu119
255260
jclaruelle
256261
jcuypers
262+
jmcklondonuk
257263
johndemic
258264
259265
kisapmata
@@ -274,6 +280,7 @@ michaelscheung
274280
miho
275281
mnapier
276282
moardm
283+
277284
nakedpony
278285
nicostouch
279286
nimrood
@@ -310,6 +317,7 @@ trix
310317
trix13
311318
veken0m
312319
vulicevic
320+
walec51
313321
will
314322
wvr
315323
ww3456

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
103103
<dependency>
104104
<groupId>org.knowm.xchange</groupId>
105105
<artifactId>xchange-core</artifactId>
106-
<version>4.3.7</version>
106+
<version>4.3.8</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.knowm.xchange</groupId>
110110
<artifactId>xchange-examples</artifactId>
111-
<version>4.3.7</version>
111+
<version>4.3.8</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.knowm.xchange</groupId>
115115
<artifactId>xchange-XYZ</artifactId>
116-
<version>4.3.7</version>
116+
<version>4.3.8</version>
117117
</dependency>
118118

119119
For snapshots, add the following repository to your pom.xml file.
@@ -126,7 +126,7 @@ For snapshots, add the following repository to your pom.xml file.
126126

127127
The current snapshot version is:
128128

129-
4.3.8-SNAPSHOT
129+
4.3.9-SNAPSHOT
130130

131131
## Building with Maven
132132

0 commit comments

Comments
 (0)