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 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 ```