Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Sep 9, 2022
1 parent 244a178 commit 10c1e7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -17,47 +17,47 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-60</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Hibernate 5.6 and 5.5

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-55</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Hibernate 5.4, 5.3 and 5.2

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Hibernate 5.1 and 5.0

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-5</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Hibernate 4.3

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-43</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Hibernate 4.2 and 4.1

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-4</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

#### Optional Maven Dependencies
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
@@ -1,3 +1,10 @@
Version 2.19.0 - September 05, 2022
================================================================================

Generify the Comparable type in the Range class #478

Add support for GraalVM native images #343

Version 2.18.0 - August 15, 2022
================================================================================

Expand Down

0 comments on commit 10c1e7d

Please sign in to comment.