diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c5df4976ef..e97664e395 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,10 +1,5 @@ ## Feature -- Files can be created, edited and moved via the "Files" page. -- Tree and List view indicators moved to the right side. -- Version is shown in the settings dropdown menu. - -## Fix - -- Some layout issues -- Some routing issues +- Use StubMapping name in case it is present. This applies for Mappings and Matched view. Otherwise, the url is shown. +- Show url in as subtitle in case the StubMapping name is present. +- Indicator for lower or higher priority than 5, which is the default. diff --git a/build.gradle b/build.gradle index 97ccfa8c5a..d7e41b63e9 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,7 @@ allprojects { mavenCentral() } - version = '3.3.1.3' + version = '3.3.1.4' sourceCompatibility = 11