Skip to content

Commit bc4e7c7

Browse files
[Spring Data JDBC YDB Dialect]: Update CHANGELOG.md and pom.xml (#178)
1 parent bb7321d commit bc4e7c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spring-data-jdbc-ydb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0 ##
2+
- Fixed bug: No MethodInvocation found for Spring version 3.4.0
3+
- Added JdbcRepositoryBeanPostProcessor for @ViewIndex annotation
4+
15
## 1.0.0 ##
26

37
- quoting index name in VIEW statement (ex. VIEW \`index_name\`)

spring-data-jdbc-ydb/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>spring-data-jdbc-ydb</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
1010

1111
<name>Spring Data JDBC YDB Dialect</name>
1212
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>

0 commit comments

Comments
 (0)