Skip to content

Commit

Permalink
Update changelog for the 3.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jun 4, 2024
1 parent 380185d commit 1cc79fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,39 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
<version>3.7.5</version>
<version>3.7.6</version>
</dependency>

#### Hibernate 6.2

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.7.5</version>
<version>3.7.6</version>
</dependency>

#### Hibernate 6.1 and 6.0

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-60</artifactId>
<version>3.7.5</version>
<version>3.7.6</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.7.5</version>
<version>3.7.6</version>
</dependency>

#### Hibernate 5.4, 5.3 and 5.2

<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-52</artifactId>
<version>3.7.5</version>
<version>3.7.6</version>
</dependency>

#### Optional Maven Dependencies
Expand Down

0 comments on commit 1cc79fd

Please sign in to comment.