Skip to content

Commit 7e833f7

Browse files
committed
docs: Update changelog, README
1 parent 8125664 commit 7e833f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kohlschutter/junixsocket/codeql-analysis.yml?cacheSeconds=60)](https://github.com/kohlschutter/junixsocket/actions/workflows/codeql-analysis.yml) [![Last commit on main](https://img.shields.io/github/last-commit/kohlschutter/junixsocket/main)](https://github.com/kohlschutter/junixsocket/commits/main) [![Maven Central version](https://img.shields.io/maven-central/v/com.kohlschutter.junixsocket/junixsocket)](https://search.maven.org/artifact/com.kohlschutter.junixsocket/junixsocket) [![Apache 2.0 Licensed](https://img.shields.io/github/license/kohlschutter/junixsocket)](https://github.com/kohlschutter/junixsocket/blob/main/NOTICE)
44

5-
**Users of junixsocket are strongly advised to upgrade to version 2.9.1 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
5+
**Users of junixsocket are strongly advised to upgrade to version 2.10.0 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
66

77
# junixsocket
88

@@ -89,7 +89,7 @@ To include the core junixsocket functionality in your project, add the following
8989
<dependency>
9090
<groupId>com.kohlschutter.junixsocket</groupId>
9191
<artifactId>junixsocket-core</artifactId>
92-
<version>2.9.1</version>
92+
<version>2.10.0</version>
9393
<type>pom</type>
9494
</dependency>
9595
```

src/site/markdown/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
1212

1313
**Users of junixsocket are strongly advised to upgrade to version 2.10.0 or newer**
1414

15-
### _(2024-XX-XX)_ **junixsocket 2.10.0**
15+
### _(2024-07-08)_ **junixsocket 2.10.0**
1616

1717
- Fix compatibility with Java 7
1818
- Fix error handling for non-blocking operations on Windows

0 commit comments

Comments
 (0)