diff --git a/src/main/asciidoc/changelog-1.10.x.adoc b/src/main/asciidoc/changelog-1.10.x.adoc index dbf28cd9..08764cc9 100644 --- a/src/main/asciidoc/changelog-1.10.x.adoc +++ b/src/main/asciidoc/changelog-1.10.x.adoc @@ -1,3 +1,14 @@ +[[changelog-1.10.1]] +=== 1.10.1 +==== Improvements +* Use monotonic time to calculate the elapsed time (https://github.com/jdbc-observations/datasource-proxy/issues/110[Issue-110]). +* Create `RowSetFactory` only at initialization (https://github.com/jdbc-observations/datasource-proxy/issues/115[Issue-115]). + + Thanks _https://github.com/reda-alaoui[RĂ©da Housni Alaoui]_ for this contribution!! + +==== Bug Fixes +* Do not create a proxy when `ResultSet` is `null` (https://github.com/jdbc-observations/datasource-proxy/issues/117[Issue-117]). + + [[changelog-1.10]] === 1.10 diff --git a/src/main/asciidoc/changelog-1.11.x.adoc b/src/main/asciidoc/changelog-1.11.x.adoc deleted file mode 100644 index ed49ef24..00000000 --- a/src/main/asciidoc/changelog-1.11.x.adoc +++ /dev/null @@ -1,11 +0,0 @@ -[[changelog-1.11]] -=== 1.11 - -==== New Features - -==== Improvements - -* Use monotonic time to calculate the elapsed time (https://github.com/jdbc-observations/datasource-proxy/issues/110[Issue-110]). - - -==== Bug Fixes