Skip to content

Commit

Permalink
feat: prepare hibernate release
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Nov 8, 2024
1 parent 0d73497 commit f2434ca
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 @@
## 1.2.0 ##

- Added custom decimal jdbc codes `DECIMAL_31_9`, `DECIMAL_35_0`, `DECIMAL_35_9`

## 1.1.0 ##

- Added hint for scan queries
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>1.1.0</version>
<version>1.2.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit f2434ca

Please sign in to comment.