diff --git a/RELEASENOTES.adoc b/RELEASENOTES.adoc index 8d85c5f22d..bd5c2c1870 100644 --- a/RELEASENOTES.adoc +++ b/RELEASENOTES.adoc @@ -296,4 +296,5 @@ NOTE: Breaking changes: * Issue #509: Added support to extend Micrometer tags * PR #831: non backward compatible API change in ThreadPoolBulkhead decorateRunnable(ThreadPoolBulkhead bulkhead, Runnable runnable) now return Supplier> instead of Runnable - +=== Version 1.3.0 +* Issue #596: Fixed a bug that a fallback method is not invoked when using CompletableFutures and a ThreadPoolBulkhead annotation \ No newline at end of file diff --git a/build.gradle b/build.gradle index c9e174ae29..fd0804fa74 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { apply plugin: 'me.champeau.gradle.jmh' apply plugin: 'com.jfrog.artifactory' - version = '1.3.1' + version = '1.4.0-SNAPSHOT' group = 'io.github.resilience4j' description = 'Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming'