From aa768b404eefc306318af700980790a2537428e7 Mon Sep 17 00:00:00 2001 From: Mahdi Lazraq Date: Wed, 10 Jan 2024 16:22:07 +0100 Subject: [PATCH 1/2] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad1e18..3143ca7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Please note that providing such a feature on your API does not come without risk ## Getting Started -**Requirements** : JDK 17 or more. +**Requirements** : JDK 8 or more. To get a local copy up and running follow these simple steps. ### Installation @@ -91,7 +91,7 @@ Add the repo to your project inside your `pom.xml` file com.sipios spring-search - 0.3.0 + 0.2.6 ``` From b21dcca067dc47dc45156ffc9f47477aef36828f Mon Sep 17 00:00:00 2001 From: Mahdi Lazraq Date: Wed, 10 Jan 2024 16:22:16 +0100 Subject: [PATCH 2/2] chore: update CHANGELOG.md for 0.2.6 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f2d40..8366f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [0.2.6] - 10 Jan 2024 +### Added +- Bump Java, Kotlin and Spring versions +- Bump various dependencies versions to avoid vulnerabilities +- Various refactorings to leverage Java 17 features +- Update README.md + ## [0.2.5] - 09 Jan 2024 ### Added - Add Instant strategy