Skip to content

Commit 927758f

Browse files
feat: prepare hibernate release (#164)
1 parent 0d73497 commit 927758f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

hibernate-dialect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0 ##
2+
3+
- Added custom decimal jdbc codes `DECIMAL_31_9`, `DECIMAL_35_0`, `DECIMAL_35_9`
4+
15
## 1.1.0 ##
26

37
- Added hint for scan queries

hibernate-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.dialects</groupId>
88
<artifactId>hibernate-ydb-dialect</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010

1111
<packaging>jar</packaging>
1212

0 commit comments

Comments
 (0)