Skip to content

Commit

Permalink
Merge pull request #53 from nicmunroe/v0.9.4-bookkeeping
Browse files Browse the repository at this point in the history
V0.9.4 bookkeeping
  • Loading branch information
nicmunroe authored Apr 27, 2017
2 parents 8c07cc9 + 5bfb18e commit bc64185
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ Riposte is used heavily and is stable internally at Nike, however the wider comm

#### 0.x Releases

- `0.9.x` Releases - [0.9.3](#093), [0.9.2](#092), [0.9.1](#091), [0.9.0](#090)
- `0.9.x` Releases - [0.9.4](#094), [0.9.3](#093), [0.9.2](#092), [0.9.1](#091), [0.9.0](#090)
- `0.8.x` Releases - [0.8.3](#083), [0.8.2](#082), [0.8.1](#081), [0.8.0](#080)

## [0.9.4](https://github.com/Nike-Inc/riposte/releases/tag/riposte-v0.9.4)

Released on 2017-04-26.

### Fixed

- Removed usage of Netty internal class (`io.netty.util.internal.OneTimeTask`). This prevented use of newer versions of Netty where that class no longer existed.
- Reported by [Vic Bell][contrib_vicbell]. Fixed by [Nic Munroe][contrib_nicmunroe] in pull request [#52](https://github.com/Nike-Inc/riposte/pull/52). For issues [#50](https://github.com/Nike-Inc/riposte/issues/50) and [#51](https://github.com/Nike-Inc/riposte/issues/51).

## [0.9.3](https://github.com/Nike-Inc/riposte/releases/tag/riposte-v0.9.3)

Released on 2017-04-20.
Expand Down Expand Up @@ -119,4 +128,5 @@ Released on 2016-11-03.

[contrib_nicmunroe]: https://github.com/nicmunroe
[contrib_palemorningdun]: https://github.com/palemorningdun
[contrib_rabeyta]: https://github.com/rabeyta
[contrib_rabeyta]: https://github.com/rabeyta
[contrib_vicbell]: https://github.com/vicbell
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.9.4-SNAPSHOT
version=0.9.5-SNAPSHOT
groupId=com.nike.riposte
artifactId=riposte

0 comments on commit bc64185

Please sign in to comment.