Skip to content

Commit ae63718

Browse files
author
Alexander Furer
committed
release 2.2.0
1 parent 0c2a2ea commit ae63718

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.5')
22+
compile('org.lognet:grpc-spring-boot-starter:2.2.0')
2323
}
2424
----
2525

ReleaseNotes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 2.2.0
2+
- gRPC version upgraded to 1.10.0
3+
- Gradle 4.6
4+
15
== Version 2.1.5
26
- gRPC version upgraded to 1.9.0
37
- Spring boot upgraded to 1.5.9

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.1.6-SNAPSHOT
1+
version=2.2.0
22
#group=io.github.lognet
33
group=org.lognet
44
description=Spring Boot starter for Google RPC.

0 commit comments

Comments
 (0)