Skip to content

Commit

Permalink
Merge pull request #74 from sipios/chore/update-changelog-0.2.6
Browse files Browse the repository at this point in the history
chore: update CHANGELOG.md for 0.2.6
  • Loading branch information
phmz authored Jan 10, 2024
2 parents 26e9b6c + b21dcca commit bcb6a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Please note that providing such a feature on your API does not come without risk
<!-- GETTING STARTED -->
## 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
Expand All @@ -91,7 +91,7 @@ Add the repo to your project inside your `pom.xml` file
<dependency>
<groupId>com.sipios</groupId>
<artifactId>spring-search</artifactId>
<version>0.3.0</version>
<version>0.2.6</version>
</dependency>
```

Expand Down

0 comments on commit bcb6a26

Please sign in to comment.