diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93f307e1c..d996c308c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## Unreleased
 
+## 1.0.0-rc.3 - 2020-10-22
+
+### Added
+
+- Task to refresh a remote instance (crawling their outbox, fetching their latest public events just in case of federation issues)
+- New homepage with illustration
+
+### Fixed
+
+- Handle timezone not detected inside browser
+- Fix webfinger not following redirections
+- Fix some Apollo GraphQL errors
+- Disable updating/deleting group posts and discussions for non-moderators
+- Fix group drafts events showing up on group public page
+
 ## 1.0.0-rc.2 - 2020-10-20
 
 ### Added
diff --git a/js/package.json b/js/package.json
index 605b1c7e5..9df6f92b0 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "1.0.0-rc.2",
+  "version": "1.0.0-rc.3",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve",
diff --git a/mix.exs b/mix.exs
index bf87473ed..fe40bf5ed 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "1.0.0-rc.2"
+  @version "1.0.0-rc.3"
 
   def project do
     [