Skip to content

Commit e9c2a84

Browse files
author
Alexander Furer
committed
release 4.4.1
1 parent 51a97b8 commit e9c2a84

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.0'
34+
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.1'
3535
}
3636
3737

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 4.4.1
2+
* If more than 1 port is exposed, add `address` tag to Micrometer's `timer`
3+
14
== Version 4.4.0
25
* gRPC server metrics support via https://micrometer.io[micrometer.io] integration
36

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.34.1
22
springBootVersion=2.3.4.RELEASE
33
springCloudVersion=Hoxton.SR6
44

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