Skip to content

Commit 473e6ce

Browse files
committed
Updated version to 0.17.0-SNAPSHOT
1 parent 512ecc5 commit 473e6ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASENOTES.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ NOTE: Breaking changes:
226226
== Version 0.16.0
227227
* Issue #325: Added instance methods to decorate functions with a CircuitBreaker
228228
* Issue #431: Don't prevent using other call adapters in CircuitBreakerCallAdapter
229+
* Issue #458: Fixed a bug where the reactor context was not available when using circuit breaker
229230
* Issue #469: Fixed a bug that registerHealthIndicator defined in a default config is not inherited
230231
* Issue #480: Fixed a bug in the decoration of a CompletionStage, if it's a Runnable which is executed async
231232
* Issue #486: Added bulkhead configs to resilience4j-ratpack

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
apply plugin: 'me.champeau.gradle.jmh'
1818
apply plugin: 'com.jfrog.artifactory'
1919

20-
version = '0.16.0'
20+
version = '0.17.0-SNAPSHOT'
2121
group = 'io.github.resilience4j'
2222
description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'
2323

0 commit comments

Comments
 (0)