|
4 | 4 |
|
5 | 5 | ### A [Java](http://java.com) client for the [NATS messaging system](https://nats.io).
|
6 | 6 |
|
7 |
| -**Current Release**: 2.18.0 **Current Snapshot**: 2.18.1-SNAPSHOT |
| 7 | +**Current Release**: 2.18.1 **Current Snapshot**: 2.18.2-SNAPSHOT |
8 | 8 |
|
9 | 9 | [](https://www.apache.org/licenses/LICENSE-2.0)
|
10 | 10 | [](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
|
@@ -45,9 +45,9 @@ Check out the [ServiceExample](src/examples/java/io/nats/examples/service/Servic
|
45 | 45 |
|
46 | 46 | ### Versions Specific Notes
|
47 | 47 |
|
48 |
| -#### Version 2.18.0 (AKA 2.17.7) |
| 48 | +#### Version 2.18.1 (AKA 2.17.7) |
49 | 49 |
|
50 |
| -2.18.0 attempts to start us on the road to properly [Semantic Version (semver)](https://semver.org/). |
| 50 | +2.18.1 attempts to start us on the road to properly [Semantic Version (semver)](https://semver.org/). |
51 | 51 | In the last few patch releases, there were technically things that should cause a minor version bump,
|
52 | 52 | but were numbered as a patch.
|
53 | 53 |
|
@@ -434,9 +434,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.
|
434 | 434 |
|
435 | 435 | ### Downloading the Jar
|
436 | 436 |
|
437 |
| -You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.17.4/jnats-2.17.4.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.17.4/jnats-2.17.4.jar). |
| 437 | +You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.18.1/jnats-2.18.1.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.18.1/jnats-2.18.1.jar). |
438 | 438 |
|
439 |
| -The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.17.4/jnats-2.17.4-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.17.4/jnats-2.17.4-examples.jar). |
| 439 | +The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.18.1/jnats-2.18.1-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.18.1/jnats-2.18.1-examples.jar). |
440 | 440 |
|
441 | 441 | To use NKeys, you will need the ed25519 library, which can be downloaded at [https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar).
|
442 | 442 |
|
|
0 commit comments