New release 1.1.0: added news, updated downloads
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md b/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
index a49fba5..7aa1ecd 100644
--- a/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/downloads/index.md
@@ -1,5 +1,5 @@
 ---
-date: 2020-12-01
+date: 2021-04-30
 title: "Downloads"
 weight: 5
 hide_sidebar: "true"
@@ -7,25 +7,26 @@
 
 
 ---
-### **Release 1.0.0**
-##### 2020-11-30    -    based on Eclipse 2019-12
+### **Release 1.1.0**
+##### 2021-04-30    -    based on Eclipse 2019-12
 ---
 
+Recommended Java runtime is **Java 11**. Minimum is Java 8 (with limitations if JavaFX is not included).
+
 #### Products
 
-* APP4MC Platform 1.0.0 for **Linux (64 Bit)** - [Zip-archive](
-https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.0.0/org.eclipse.app4mc.platform-1.0.0-20201130-162330-linux.gtk.x86_64.tar.gz) (440 MB)
+* APP4MC Platform 1.1.0 for **Linux (64 Bit)** - [Zip-archive](
+https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.1.0/org.eclipse.app4mc.platform-1.1.0-20210430-105620-linux.gtk.x86_64.tar.gz) (440 MB)
 
-* APP4MC Platform 1.0.0 for **OSX (64 Bit)** - [Zip-archive](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.0.0/org.eclipse.app4mc.platform-1.0.0-20201130-162330-macosx.cocoa.x86_64.dmg) (440 MB)
+* APP4MC Platform 1.1.0 for **OSX (64 Bit)** - [Zip-archive](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.1.0/org.eclipse.app4mc.platform-1.1.0-20210430-105620-macosx.cocoa.x86_64.dmg) (440 MB)
 
-* APP4MC Platform 1.0.0 for **Windows (64 Bit)** - [Zip-archive](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.0.0/org.eclipse.app4mc.platform-1.0.0-20201130-162330-win32.win32.x86_64.zip) (440 MB)
+* APP4MC Platform 1.1.0 for **Windows (64 Bit)** - [Zip-archive](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.1.0/org.eclipse.app4mc.platform-1.1.0-20210430-105620-win32.win32.x86_64.zip) (440 MB)
 
-         
 #### Update Site
 
-* direct link: https://download.eclipse.org/app4mc/updatesites/releases/1.0.0/
+* direct link: https://download.eclipse.org/app4mc/updatesites/releases/1.1.0/
 
-* for offline installation: [Zip-archive of APP4MC 1.0.0 p2 repository](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.0.0/org.eclipse.app4mc.p2repo-1.0.0.zip)
+* for offline installation: [Zip-archive of APP4MC 1.1.0 p2 repository](https://www.eclipse.org/downloads/download.php?file=/app4mc/products/releases/1.1.0/org.eclipse.app4mc.p2repo-1.1.0.zip)
 
 ---
 
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/content/news/2021-04-30_release_1-1-0.md b/websites/www.eclipse.org-app4mc-hugo/site/content/news/2021-04-30_release_1-1-0.md
new file mode 100644
index 0000000..285c658
--- /dev/null
+++ b/websites/www.eclipse.org-app4mc-hugo/site/content/news/2021-04-30_release_1-1-0.md
@@ -0,0 +1,43 @@
+---
+date: 2021-04-30
+title: "APP4MC - Release 1.1.0 published"
+categories: ["news"]
+slug: "2021-04-30-release-1-1-0"
+---
+
+We released a new version of APP4MC with a couple of new features and improvements.
+
+<!--more-->
+
+__Extract of APP4MC 1.1.0__
+
+
+Model handling
+
+	Model migration support (1.0.0 -> 1.1.0)
+
+Product
+
+	Improved handling of models in the Amalthea Model Editor
+	- model loading on demand
+	- faster loading of (large) models
+	- improved resolution of cross-file references
+
+	Reduced dependencies of the Amalthea model
+	(allows easier use in non Eclipse environments)
+
+	Removed "Amalthea no-load nature"
+	(no longer required because of model loading on demand)
+
+	New visualization of scheduler mapping
+
+	New APP4MC.sim validations
+
+	Several bug fixes
+
+Recommended Java runtime is **Java 11**. Minimum is Java 8 (with limitations if JavaFX is not included).
+
+
+__Further details__
+
+* Visit the [APP4MC download page](https://projects.eclipse.org/projects/automotive.app4mc/downloads)