Skip to content

Commit cef84de

Browse files
author
Alexander Furer
committed
release 2.1.2
1 parent ab377a3 commit cef84de

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
}
2121
dependencies {
22-
compile('org.lognet:grpc-spring-boot-starter:2.1.1')
22+
compile('org.lognet:grpc-spring-boot-starter:2.1.2')
2323
}
2424
----
2525

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 2.1.2
2+
- Random gRPC server port support
3+
14
== Version 2.1.1
25
- Fixed wrong interceptors ordering bug.
36
- gRPC version upgraded to 1.7.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.1.2-SNAPSHOT
1+
version=2.1.2
22
group=io.github.lognet
33
description=Spring Boot starter for Google RPC.
44
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)