Sling Adapter Annotations 2.0.0 released (+ mention adaptTo 2020)
diff --git a/src/main/jbake/content/news.md b/src/main/jbake/content/news.md
index a7499e0..977f090 100644
--- a/src/main/jbake/content/news.md
+++ b/src/main/jbake/content/news.md
@@ -5,6 +5,8 @@
 tableOfContents=false
 ~~~~~~
 
+* Released [Apache Sling Adapter Annotations 2.0](https://github.com/apache/sling-org-apache-sling-adapter-annotations), a new module that implements OSGi DS 1.4 component property type annotations for Sling Adapters.
+* The virtual adaptTo() 2020 conference took place in September and [video recordings will be available soon](https://adapt.to/2020/en/schedule.html).
 * Vulnerability report and fix: CVE-2020-1949: Apache Sling CMS Reflected XSS Vulnerability (March 24th, 2020), see [http://s.apache.org/CVE-2020-1949](http://s.apache.org/CVE-2020-1949)
 * The [adaptTo() 2019 conference](https://adapt.to/2019/) took place in Berlin, Germany. (September 2-4, 2019).
 * Released [Apache Sling 11](/news/sling-11-released.html) (October 23rd, 2018).
diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 64d2948..b6b71c2 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,6 +8,7 @@
 
 ## November 2020
 
+* Adapter Annotations 2.0.0 (16th)
 * Settings 1.4.2 (15th)
 * GraphQL Core 0.0.8 (9th)      
 * XSS Protection API 2.2.8 (9th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 8ad90e9..65ce3ea 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -50,7 +50,8 @@
 
 def bundles=[
   "Adapter|org.apache.sling.adapter|2.1.10|Y|jar",
-  "Adapter Annotations (JSON)|adapter-annotations|1.0.0|Y|jar",
+  "Adapter Annotations (JSON) 1.x|adapter-annotations|1.0.0|Y|jar",
+  "Adapter Annotations 2.x|org.apache.sling.adapter.annotations|2.0.0|Y|jar",
   "API|org.apache.sling.api|2.23.0|Y|jar",
   "Auth Core|org.apache.sling.auth.core|1.5.0|Y|jar",
   "Form Based Authentication|org.apache.sling.auth.form|1.0.20|Y|jar",