Skip to content

Commit

Permalink
Updated version to 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Feb 6, 2020
1 parent ddecb4f commit 93c6901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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<CompletionStage<Void>> 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 93c6901

Please sign in to comment.