diff --git a/.github/ISSUE_TEMPLATE/thehive3_bug_report.md b/.github/ISSUE_TEMPLATE/thehive3_bug_report.md
index f73685e1cc..f49a423737 100644
--- a/.github/ISSUE_TEMPLATE/thehive3_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/thehive3_bug_report.md
@@ -16,8 +16,14 @@ Bug
| -------------------------- | ------------------------------------- |
| OS version (server) | Debian, Ubuntu, CentOS, RedHat, ... |
| OS version (client) | XP, Seven, 10, Ubuntu, ... |
-| TheHive version / git hash | 3.x, hash of the commit |
+| Virtualized Env. | True / False |
+| Dedicated RAM | XX GB |
+| vCPU | 4 / 8 / 16 / 32 |
+| TheHive version / git hash | 4.x, hash of the commit |
| Package Type | RPM, DEB, Docker, Binary, From source |
+| Database | Cassandra / BerlkelyDB |
+| Index type | Lucene / Elasticsearch |
+| Attachments storage | Local, NFS, S3, HDFS |
| Browser type & version | If applicable |
diff --git a/.github/ISSUE_TEMPLATE/thehive4_bug_report.md b/.github/ISSUE_TEMPLATE/thehive4_bug_report.md
index 3e158e3a33..19a0214625 100644
--- a/.github/ISSUE_TEMPLATE/thehive4_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/thehive4_bug_report.md
@@ -16,8 +16,14 @@ Bug
| -------------------------- | ------------------------------------- |
| OS version (server) | Debian, Ubuntu, CentOS, RedHat, ... |
| OS version (client) | XP, Seven, 10, Ubuntu, ... |
+| Virtualized Env. | True / False |
+| Dedicated RAM | XX GB |
+| vCPU | 4 / 8 / 16 / 32 |
| TheHive version / git hash | 4.x, hash of the commit |
| Package Type | RPM, DEB, Docker, Binary, From source |
+| Database | Cassandra / BerlkelyDB |
+| Index type | Lucene / Elasticsearch |
+| Attachments storage | Local, NFS, S3, HDFS |
| Browser type & version | If applicable |
diff --git a/.github/ISSUE_TEMPLATE/thehive4_question.md b/.github/ISSUE_TEMPLATE/thehive4_question.md
index a551433c07..3cab78c3e0 100644
--- a/.github/ISSUE_TEMPLATE/thehive4_question.md
+++ b/.github/ISSUE_TEMPLATE/thehive4_question.md
@@ -13,13 +13,19 @@ Question
### Work Environment
-| Question | Answer
-|---------------------------|--------------------
-| OS version (server) | Debian, Ubuntu, CentOS, RedHat, ...
-| OS version (client) | XP, Seven, 10, Ubuntu, ...
-| TheHive version / git hash | 4.x, hash of the commit
-| Package Type | RPM, DEB, Docker, Binary, From source
-| Browser type & version | If applicable
+| Question | Answer |
+| -------------------------- | ------------------------------------- |
+| OS version (server) | Debian, Ubuntu, CentOS, RedHat, ... |
+| OS version (client) | XP, Seven, 10, Ubuntu, ... |
+| Virtualized Env. | True / False |
+| Dedicated RAM | XX GB |
+| vCPU | 4 / 8 / 16 / 32 |
+| TheHive version / git hash | 4.x, hash of the commit |
+| Package Type | RPM, DEB, Docker, Binary, From source |
+| Database | Cassandra / BerlkelyDB |
+| Index type | Lucene / Elasticsearch |
+| Attachments storage | Local, NFS, S3, HDFS |
+| Browser type & version | If applicable |
### Question
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb8360bf07..03615d5be2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log
+## [4.1.4](https://github.com/TheHive-Project/TheHive/milestone/73) (2021-04-15)
+
+**Implemented enhancements:**
+
+- [Feature Request] Sort case templates in alert Import drop down menu [\#1956](https://github.com/TheHive-Project/TheHive/issues/1956)
+- [Enhancement] Make alert deletion more robust [\#1967](https://github.com/TheHive-Project/TheHive/issues/1967)
+
+**Fixed bugs:**
+
+- [Bug] Alert counter refresh not working [\#1911](https://github.com/TheHive-Project/TheHive/issues/1911)
+- [Bug] Enabled or Disabled Taxonomies doesn't work [\#1957](https://github.com/TheHive-Project/TheHive/issues/1957)
+- [Bug] TheHive 4.1.3-1 Task in Case is not visible [\#1964](https://github.com/TheHive-Project/TheHive/issues/1964)
+- [Bug] Aggregation on custom fields provides incorect result (again) [\#1965](https://github.com/TheHive-Project/TheHive/issues/1965)
+- [Bug] TheHive startup times out if schema evolution is long [\#1966](https://github.com/TheHive-Project/TheHive/issues/1966)
+- [Bug] Default analyst rol cant add TTPs [\#1968](https://github.com/TheHive-Project/TheHive/issues/1968)
+- [Bug] Links section should not be empty in Observables details view [\#1972](https://github.com/TheHive-Project/TheHive/issues/1972)
+- [Bug] Deleting a shared rule case for org2 - deleting observables (sharing to org2) from the org1. [\#1973](https://github.com/TheHive-Project/TheHive/issues/1973)
+- [Bug] AddTagToArtifact operation not working in 4.1.3 [\#1974](https://github.com/TheHive-Project/TheHive/issues/1974)
+
## [4.1.3](https://github.com/TheHive-Project/TheHive/milestone/72) (2021-04-12)
**Implemented enhancements:**
diff --git a/ScalliGraph b/ScalliGraph
index 78de3a32ac..1a8a32c679 160000
--- a/ScalliGraph
+++ b/ScalliGraph
@@ -1 +1 @@
-Subproject commit 78de3a32ac7d9d09142eff2dd5b4c0d44147067b
+Subproject commit 1a8a32c679a02dc57b59a46cf41c88525f1546c6
diff --git a/build.sbt b/build.sbt
index cf1d470605..97bf2e5b5b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ import Dependencies._
import com.typesafe.sbt.packager.Keys.bashScriptDefines
import org.thp.ghcl.Milestone
-val thehiveVersion = "4.1.3-1"
+val thehiveVersion = "4.1.4-1"
val scala212 = "2.12.13"
val scala213 = "2.13.1"
val supportedScalaVersions = List(scala212, scala213)
diff --git a/conf/logback.xml b/conf/logback.xml
index d8072baa3e..81ebc5d266 100644
--- a/conf/logback.xml
+++ b/conf/logback.xml
@@ -37,6 +37,7 @@