diff --git a/source/index.html.erb b/source/index.html.erb
index b203a57..8879d9f 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -2,4 +2,8 @@
title: Welcome!
---
+
+ Old documentation is here.
+
+
Errbit
diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb
index a66a63f..e3cbdfd 100644
--- a/source/release_notes/v0.11.0.html.erb
+++ b/source/release_notes/v0.11.0.html.erb
@@ -3,3 +3,128 @@ title: "Release notes for v0.11.0"
---
Release notes for v0.11.0
+
+
+
+Notable changes:
+
+
+ -
+ This is the last release that supports MongoDB
+
+
+ -
+ Upgrade to Ruby 4.0.5
+
+
+ -
+ Upgrade to RubyGems 4.0.13
+
+
+ -
+ Upgrade to Bundler 4.0.13
+
+
+ -
+ Upgrade to Rails 8.1.3
+
+
+ -
+ Drop JRuby support
+
+
+ -
+ Remove Gtalk notification service (#2517). Gtalk is dead.
+
+
+ -
+ Remove HipChat notification service (#2524). HipChat is dead.
+
+
+ -
+ Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0.
+
+
+ -
+ Add support for MongoDB 8.2.
+
+
+ -
+
Dockerfile.alpine removed. We don't want to support two docker builds.
+
+
+
+
+
+Fixes:
+
+
+ -
+ Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
+
+ -
+ Fix
ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905.
+
+
+
+
+
+Changes:
+
+
+ -
+ Migrate
app/views/**/*.haml.erb to app/views/**/*.html.erb. Thanks, @ramonetorres. (#1853)
+
+
+ -
+ Strict locals for ActionView (#1889, #1897).
+
+
+ -
+ Add GitHub Action for Bundler Audit (#1901).
+
+
+ -
+ Replace Fabrication with FactoryBot (#1862).
+
+
+ -
+ Replace outdated
ri_cal gem with icalendar (#2407).
+
+
+ -
+ Replace outdated
rushover gem with pushover2 (#1852).
+
+
+ -
+ Start integrating the
pundit gem. From now on, only admin users can see all users.
+
+
+ -
+ Add Brakeman GitHub Action.
+
+
+ -
+ Add
.editorconfig
+
+
+ -
+ Integrate Trivy for container image scanning.
+
+
+ -
+ The deprecated
sucker_punch gem was removed. Active Job now uses the async queue adapter instead.
+
+
+ -
+ Remove dead assets for Gtalk:
app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png and app/assets/images/gtalk_inactive.png.
+
+
+ -
+ Remove dead assets for HipChat:
app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png and app/assets/images/hipchat_inactive.png.
+
+
+ -
+ Add mailer previews.
+
+