Skip to content

Commit

Permalink
docs: Update changelog, README
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 8, 2024
1 parent 8125664 commit 7e833f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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)

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

# junixsocket

Expand Down Expand Up @@ -89,7 +89,7 @@ To include the core junixsocket functionality in your project, add the following
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-core</artifactId>
<version>2.9.1</version>
<version>2.10.0</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.

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

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

- Fix compatibility with Java 7
- Fix error handling for non-blocking operations on Windows
Expand Down

0 comments on commit 7e833f7

Please sign in to comment.