diff --git a/spring-ydb-retry/CHANGELOG.md b/spring-ydb-retry/CHANGELOG.md
index 0928abcc..65ef1fc0 100644
--- a/spring-ydb-retry/CHANGELOG.md
+++ b/spring-ydb-retry/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.10.1 ##
+
+- Fixed `YdbTransactionInterceptor` wiring for Spring AOT by replacing legacy autowiring mode with explicit bean references.
+
## 0.10.0 ##
- Renamed the `maxRetries` retry setting to `maxAttempts`, which now counts the total number of attempts including the initial execution (aligned with Spring Retry semantics). The `ydb.transaction.retry.max-retries` property is renamed to `ydb.transaction.retry.max-attempts`.
diff --git a/spring-ydb-retry/pom.xml b/spring-ydb-retry/pom.xml
index d10367b8..f7ae6db9 100644
--- a/spring-ydb-retry/pom.xml
+++ b/spring-ydb-retry/pom.xml
@@ -7,7 +7,7 @@
tech.ydb
spring-ydb-retry
- 0.10.0
+ 0.10.1
jar
Spring YDB Retry