diff --git a/CHANGES.md b/CHANGES.md index fb8bcad..6dac61f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +1.1.2, 1.1.2.{dw9, dw8, dw7} :: May. 19, 2017 +--- +* [Hystrix 1.5.12](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md#version-1512-maven-central-bintray) +* [Dropwizard 1.1.1](https://github.com/dropwizard/dropwizard/releases/tag/v1.1.1) + 1.1.1, 1.1.1.{dw9, dw8, dw7} :: Apr. 11, 2017 --- * [Hystrix 1.5.11](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md#version-1511-maven-central-bintray) diff --git a/README.md b/README.md index 8873ee6..b1849b4 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ How to add Tenacity to your Dropwizard Service com.yammer.tenacity tenacity-core - 1.1.1 + 1.1.2 ``` @@ -127,7 +127,7 @@ How to add Tenacity to your Dropwizard Service com.yammer.tenacity tenacity-bom - 1.1.1 + 1.1.2 pom import @@ -217,7 +217,7 @@ How to add Tenacity to your Dropwizard Service com.yammer.tenacity tenacity-testing - 1.1.1 + 1.1.2 test ```