Skip to content

Commit e05310a

Browse files
committed
add 2.0.0
1 parent 42bfe16 commit e05310a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,22 @@ The library is hosted on the Central Maven Repository
5555
<dependency>
5656
<groupId>ch.rasc</groupId>
5757
<artifactId>xodus-queue</artifactId>
58-
<version>1.0.1</version>
58+
<version>2.0.0</version>
5959
</dependency>
6060
```
6161

6262

6363
## Changelog
6464

65+
### 2.0.0 - Sep 6, 2025
66+
* Minimum Java 17
67+
* Fix concurrency issues
68+
* Upgrade Kryo library
69+
6570
### 1.0.1 - May 19, 2018
6671
* Fix key management in XodusQueue
6772
* Add `java.util.concurrent.BlockingQueue` implementation: XodusBlockingQueue
6873

69-
7074
### 1.0.0 - May 15, 2018
7175
* Initial release
7276

0 commit comments

Comments
 (0)