Skip to content

Commit

Permalink
release version=3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Jun 10, 2020
1 parent 2da3148 commit 8d6cb09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:3.5.4'
compile 'io.github.lognet:grpc-spring-boot-starter:3.5.5'
}
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== Version 3.5.5
* gRPC version upgraded to 1.30.0
* Consul health check support for GRPC service (credits to https://github.com/evk1986[@evk1986])
== Version 3.5.4
* gRPC version upgraded to 1.29.0

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.5.5-SNAPSHOT
version=3.5.5
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
Expand Down

0 comments on commit 8d6cb09

Please sign in to comment.