Skip to content

Commit

Permalink
release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Jan 5, 2021
1 parent 51a97b8 commit e9c2a84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.0'
compile 'io.github.lognet:grpc-spring-boot-starter:4.4.1'
}
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== Version 4.4.1
* If more than 1 port is exposed, add `address` tag to Micrometer's `timer`
== Version 4.4.0
* gRPC server metrics support via https://micrometer.io[micrometer.io] integration

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ grpcVersion=1.34.1
springBootVersion=2.3.4.RELEASE
springCloudVersion=Hoxton.SR6

version=4.4.1-SNAPSHOT
version=4.4.1
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 e9c2a84

Please sign in to comment.