Skip to content

Commit 63d811e

Browse files
author
Alexander Furer
committed
release 4.4.6
1 parent 71b45de commit 63d811e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.5'
41+
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.6'
4242
}
4343
4444

ReleaseNotes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version 4.4.6
2+
3+
## :star: New Features
4+
5+
- Support Springs `@Ordered` Annotation on GRpcServerRunner [#126](https://github.com/LogNet/grpc-spring-boot-starter/issues/126)
6+
7+
## :notebook_with_decorative_cover: Documentation
8+
9+
- Document `@Transactional` usage [#195](https://github.com/LogNet/grpc-spring-boot-starter/issues/195)
10+
11+
## :hammer: Dependency Upgrades
12+
13+
- Bump gRPC to 1.37.0 and spring-boot to 2.4.5 [#202](https://github.com/LogNet/grpc-spring-boot-starter/issues/202)
14+
15+
116
# Version 4.4.5
217

318
## :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.6-SNAPSHOT
5+
version=4.4.6
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)