From 4fc89cbd2276af5a7001534a3589d4880ec42b52 Mon Sep 17 00:00:00 2001 From: rnschk <5700718+rnschk@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:36:51 +0200 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 83d7802..5e966b4 100644 --- a/README.md +++ b/README.md @@ -158,12 +158,17 @@ any issue, please feel free to contact me. | 1.4.2 | 7.17.0 | 2.7.x | | 1.5.x | 7.18.0 | 2.7.x | | 1.6.x | 7.19.0 | 2.7.x | +| 1.7.x | 7.19.0 | 2.7.x | ## ๐Ÿคน Collaboration This tool was build by viadee Unternehmensberatung AG. If you are interested to find out what else we are doing, check out our website [viadee.de](https://www.viadee.de/en). If you have any feedback, ideas or extensions feel free to contact or create a GitHub issue. +## ๐Ÿ† Thanks + +* Many thanks to [@ChrisSchoe][u_chrisschoe] for making the external-task-retry-aspect spring-boot-3-ready ([#107][i107]) + ## ๐Ÿ“ซ Contact [![rnschk](https://img.shields.io/twitter/follow/rnschk.svg)](https://twitter.com/rnschk) @@ -171,3 +176,7 @@ If you have any feedback, ideas or extensions feel free to contact or create a G ## ๐Ÿ”‘ License [![](https://img.shields.io/github/license/viadee/external-task-retry-aspect)](https://github.com/viadee/external-task-retry-aspect/blob/master/LICENSE) + +--- +[i107]: https://github.com/viadee/external-task-retry-aspect/issues/107 +[u_ChrisSchoe]: https://github.com/ChrisSchoe