Skip to content

Commit 2d5f07f

Browse files
author
Alexander Furer
committed
release 4.4.7
1 parent b90e8f6 commit 2d5f07f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
3939
}
4040
dependencies {
41-
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.6'
41+
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.7'
4242
}
4343
4444

ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 4.4.7
2+
3+
## :star: New Features
4+
5+
- grpc-netty dependency support [#203](https://github.com/LogNet/grpc-spring-boot-starter/issues/203)
6+
7+
## :beetle: Bug Fixes
8+
9+
- GrpcSecurityConfigurerAdapter initialization failure without spring-security-oauth2-resource-server [#176](https://github.com/LogNet/grpc-spring-boot-starter/issues/176)
10+
11+
112
# Version 4.4.6
213

314
## :star: New Features

gradle.properties

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

5-
version=4.4.7-SNAPSHOT
5+
version=4.4.7
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)