Skip to content

Commit

Permalink
Prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Dec 9, 2022
1 parent 1bcd4f5 commit 0d3bb28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,10 @@ Issue #1414: SpEL expressions support passing runtime method arguments to bean m
==== Bugs

* Issue #1825: Aspectj must not be mandatory in Spring Boot modules
* Issue #1809: Fixed concurrency issue in Cache module
* Issue #1809: Fixed concurrency issue in Cache module

=== Version 2.0.1

==== Bugs

* Issue #1835: Fixed CircuitBreaker CheckedSupplier and CheckedFunction decorator not opening on recordResultPredicate
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply from: "${rootDir}/libraries.gradle"
allprojects {
apply plugin: 'jacoco'

version = '2.1.0-SNAPSHOT'
version = '2.0.2'
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 0d3bb28

Please sign in to comment.