diff --git a/package-lock.json b/package-lock.json
index 61feefe1b..328fa67ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "sinopia_editor",
- "version": "0.3.6",
+ "version": "0.3.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 61e3ac099..f638099e2 100755
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"editor",
"rdf"
],
- "version": "0.3.6",
+ "version": "0.3.7",
"homepage": "http://github.com/LD4P/sinopia_editor/",
"repository": {
"type": "git",
diff --git a/src/components/home/NewsItem.jsx b/src/components/home/NewsItem.jsx
index c78a19735..a3bed6e47 100644
--- a/src/components/home/NewsItem.jsx
+++ b/src/components/home/NewsItem.jsx
@@ -7,15 +7,16 @@ const NewsItem = () => (
What’s New
- - Release {version} is live, including these features
+ - Release {version} is live, including these features:
- - You can now enter URIs and literals in input boxes that previously only allowed selections from LC lookups.
-
- - Improved validation and display of validation errors
-
+ - List of Available Resource Templates has additional columns and sorts automatically
+ - You can now enter URIs and literals in lookup fields
+ - Editor validates whether mandatory fields are filled in within nested Resource Templates
+ - Improved validation and display of validation errors
+ - Editor provides confirmation message including newly minted URI when you click Save
+ - New Load RDF feature
- - For complete release notes see the Sinopia help site.
+
- For complete release notes see the Sinopia help site.