Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spring Data JDBC YDB Dialect]: Update CHANGELOG.md and pom.xml #178

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions spring-data-jdbc-ydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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\`)
Expand Down
2 changes: 1 addition & 1 deletion spring-data-jdbc-ydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>spring-data-jdbc-ydb</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<name>Spring Data JDBC YDB Dialect</name>
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>
Expand Down
Loading