Skip to content

Commit b4c91ef

Browse files
authored
Start 2.19.1 (#1158)
1 parent 1d5c749 commit b4c91ef

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.19.0
4+
### Core
5+
Improve socket close behavior #1155 @scottf
6+
7+
### Tests
8+
Additional NKey Tests #1154 @scottf
9+
10+
### Misc
11+
Experimental Retrier utility removed to its own project/repo #1153 @scottf
12+
313
## 2.18.1
414
#### Core
515
* General Retry Functionality #1145 @scottf

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### A [Java](http://java.com) client for the [NATS messaging system](https://nats.io).
66

7-
**Current Release**: 2.18.1   **Current Snapshot**: 2.18.2-SNAPSHOT
7+
**Current Release**: 2.19.0   **Current Snapshot**: 2.19.1-SNAPSHOT
88

99
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
1010
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
@@ -47,7 +47,7 @@ Check out the [ServiceExample](src/examples/java/io/nats/examples/service/Servic
4747

4848
#### Version 2.18.0 (AKA 2.17.7)
4949

50-
2.18.1 attempts to start us on the road to properly [Semantic Version (semver)](https://semver.org/).
50+
2.18.0 attempts to start us on the road to properly [Semantic Version (semver)](https://semver.org/).
5151
In the last few patch releases, there were technically things that should cause a minor version bump,
5252
but were numbered as a patch.
5353

@@ -434,9 +434,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.
434434

435435
### Downloading the Jar
436436

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).
437+
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.19.0/jnats-2.19.0.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.19.0/jnats-2.19.0.jar).
438438

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).
439+
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.19.0/jnats-2.19.0-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.19.0/jnats-2.19.0-examples.jar).
440440

441441
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).
442442

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
def jarVersion = "2.19.0"
16+
def jarVersion = "2.19.1"
1717

1818
def isRelease = System.getenv("BUILD_EVENT") == "release"
1919
def brn = System.getenv("BRANCH_REF_NAME")

0 commit comments

Comments
 (0)