diff --git a/spring-data-jdbc-ydb/CHANGELOG.md b/spring-data-jdbc-ydb/CHANGELOG.md index 12c509e..12ba48b 100644 --- a/spring-data-jdbc-ydb/CHANGELOG.md +++ b/spring-data-jdbc-ydb/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 ## +- Fixed bug: No MethodInvocation found for Spring version 3.4.0 +- Added JdbcRepositoryBeanPostProcessor for @ViewIndex annotation + ## 1.0.0 ## - quoting index name in VIEW statement (ex. VIEW \`index_name\`) diff --git a/spring-data-jdbc-ydb/pom.xml b/spring-data-jdbc-ydb/pom.xml index acfe785..aaa9f63 100644 --- a/spring-data-jdbc-ydb/pom.xml +++ b/spring-data-jdbc-ydb/pom.xml @@ -6,7 +6,7 @@ tech.ydb.dialects spring-data-jdbc-ydb - 1.0.0 + 1.1.0 Spring Data JDBC YDB Dialect Support Spring Data JDBC YDB (YQL) Dialect