Skip to content

Commit

Permalink
release notes for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed May 19, 2017
1 parent 1700a7d commit a7e8476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ How to add Tenacity to your Dropwizard Service
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-core</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand All @@ -127,7 +127,7 @@ How to add Tenacity to your Dropwizard Service
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-bom</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -217,7 +217,7 @@ How to add Tenacity to your Dropwizard Service
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-testing</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit a7e8476

Please sign in to comment.