Skip to content

Commit b1d4171

Browse files
JOOQ: prepare 1.3.0 release
1 parent 4b3e641 commit b1d4171

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

jooq-dialect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.0 ##
2+
3+
- Added support for using view primary keys in `HintedTable`.
4+
15
## 1.2.1 ##
26

37
- Fixed bug: Handling null values in the Converter ([#190](https://github.com/ydb-platform/ydb-java-dialects/pull/190))

jooq-dialect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>tech.ydb.dialects</groupId>
66
<artifactId>jooq-ydb-dialect</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.3.0</version>
88

99
<name>YDB JOOQ Dialect module</name>
1010
<description>YDB JOOQ Dialect module</description>

0 commit comments

Comments
 (0)