Skip to content

Commit 7c89938

Browse files
author
Alexander Furer
committed
release 4.4.3
1 parent 9798ff7 commit 7c89938

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
3232
}
3333
dependencies {
34-
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.2'
34+
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.3'
3535
}
3636
3737

ReleaseNotes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
== Version 4.4.3-SNAPSHOT
2-
* Fixes #178
3-
* Fixes #117
4-
* Fixes #180
1+
== Version 4.4.3
2+
* Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/178[178]
3+
* Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/117[117]
4+
* Fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/180[180]
55
* gRPC response status set to `PERMISSION_DENIED` when user has insufficient privileges to invoke gRPC method.
6-
* gRPC version upgraded to 1.35.0
6+
* gRPC version upgraded to `1.35.0`
77
88
== Version 4.4.2
99
* Spring Boot `2.4.1`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.35.0
22
springBootVersion=2.4.1
33
springCloudVersion=2020.0.0
44

5-
version=4.4.3-SNAPSHOT
5+
version=4.4.3
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)