diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57fee52245..8a484069fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
Release Notes - Alfresco - Version Community Edition 201911 GA
+
+ Bug
+
+
+- [MNT-20436] - “POST /nodes/{nodeId}/children” RestAPI does not create a node without having a mandatory value object, but it outputs the 201 successful response.
+
+- [MNT-20714] - [HotFix] /nodes/{nodeId}/content REST API fails for content created by a deleted user
+
+- [MNT-20770] - Share non responsive during direct download from S3 if content store selector is also configured
+
+- [MNT-20863] - Changing cm:name with REST API /nodes/{nodeId} does not update Primary Path
+
+
+
Release Notes - Alfresco - Version Community Edition 201910 EA
@@ -58,8 +73,6 @@
[ALF-22097] - T Engine - add source nodeId parameter
-[MNT-20714] - REST API /nodes/{nodeId}/content endpoint fails for content created by a deleted user
-
Improvement
diff --git a/docker-alfresco/test/.env b/docker-alfresco/test/.env
index 009a2e2bc0..b0df16a553 100644
--- a/docker-alfresco/test/.env
+++ b/docker-alfresco/test/.env
@@ -1,7 +1,7 @@
ALFRESCO_TAG=latest
TRANSFORMERS_TAG=2.1.0
SHARE_TAG=6.2.0
-SOLR6_TAG=1.3.0.1
+SOLR6_TAG=1.4.0
POSTGRES_TAG=11.4
ACTIVEMQ_TAG=5.15.8
REGISTRY=
diff --git a/docker-alfresco/test/docker-compose.yml b/docker-alfresco/test/docker-compose.yml
index af6dc3e519..10fd5b5cdf 100644
--- a/docker-alfresco/test/docker-compose.yml
+++ b/docker-alfresco/test/docker-compose.yml
@@ -118,6 +118,8 @@ services:
- SOLR_SOLR_PORT=8983
#Create the default alfresco and archive cores
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
+ #HTTP by default
+ - ALFRESCO_SECURE_COMMS=none
ports:
- 8083:8983 #Browser port
diff --git a/pom.xml b/pom.xml
index d737ad6215..42d87f044d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,8 +68,8 @@
Community
latest
- 7.107
- 7.134
+ 7.107.1
+ 7.134.1
8.50.2
7.22
@@ -88,7 +88,6 @@
4.2.0
2.9.9
2.9.10
-
3.3.2