From a7e8476b84d0239e82ed3ccf02b87bf752f405d4 Mon Sep 17 00:00:00 2001 From: cgray Date: Fri, 19 May 2017 13:03:09 -0700 Subject: [PATCH] release notes for 1.1.2 --- CHANGES.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 ```