Skip to content

Commit

Permalink
Update Changelog and pom.xml (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov authored May 17, 2024
1 parent fbb74c3 commit 7561c9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions hibernate-dialect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.4 ##

- Fixed the generated bool value

## 0.9.3 ##

- Supported enum field of Entity
Expand Down
2 changes: 1 addition & 1 deletion hibernate-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>hibernate-ydb-dialect</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 7561c9b

Please sign in to comment.