diff --git a/README.md b/README.md index 5df4c99..e97d644 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ repositories { ``` ``` -compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.3.0.RELEASE' +compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.4.0.RELEASE' ``` ## How to use this @@ -68,9 +68,7 @@ If you use service discovery backend (as Eureka or Consul) only path maybe neede See tests for better understanding. ### Sleuth support -Since 1.0.0.RC1 starter have supported [Spring Cloud Sleuth](https://cloud.spring.io/spring-cloud-sleuth) for tracing. - -`RequestIdFilter` and `RequestIdLogger` was eliminated in this version of this starter. +Since 1.0.0 starter have supported [Spring Cloud Sleuth](https://cloud.spring.io/spring-cloud-sleuth) for tracing. ## Special thanks to diff --git a/build.gradle b/build.gradle index 60dcb6b..e1f62ff 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { group = 'info.developerblog.spring.thrift' - version = '1.4.0-SNAPSHOT' + version = '1.4.0.RELEASE' repositories { jcenter()