diff --git a/releasenotes.txt b/releasenotes.txt index 2bcdb19d5..90bd609ef 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,7 @@ +7.10.9 + - Database analysis not only finds primary keys and foreign keys for tables, + but also for views and synonyms by analyzing the underlying tables. + 7.10.8 - Data browser improvements - New layout feature: "align table horizontally with predecessor" diff --git a/src/main/engine/net/sf/jailer/JailerVersion.java b/src/main/engine/net/sf/jailer/JailerVersion.java index 02673a003..106e77113 100644 --- a/src/main/engine/net/sf/jailer/JailerVersion.java +++ b/src/main/engine/net/sf/jailer/JailerVersion.java @@ -25,7 +25,7 @@ public class JailerVersion { /** * The Jailer version. */ - public static final String VERSION = "7.10.8"; + public static final String VERSION = "7.10.9"; /** * The Jailer working tables version.