diff --git a/CHANGELOG.md b/CHANGELOG.md
index a494239e0..63deaad9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 1.1.4 - 19-05-2021
+
+### Fixes
+
+- Fixes rich media parsers, so that some resource links work again
+- Fixes some depreciated calls that were removed in OTP24
+- Fixes groups not being refreshed after joining a group
+- Fixes the notice that is shown when joining a group that the content may not be available right away - because the group is remote - being shown everytime, even when the group is local
+- Fixes OGP image not being defined for posts
+
+### Translations
+
+- French
+- Galician
+- Italian
+
 ## 1.1.3 - 03-05-2021
 
 ### Changed
diff --git a/js/package.json b/js/package.json
index 886d28272..b8dc795ed 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "1.1.3",
+  "version": "1.1.4",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
diff --git a/mix.exs b/mix.exs
index 45f23f100..7e56ef2d1 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "1.1.3"
+  @version "1.1.4"
 
   def project do
     [