diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Changelog for the `threepenny-gui` package
 
+**0.9.3.0** – Maintenance and snapshot release
+
+* Fix support for SSL: Export `ConfigSSL` constructor.
+
 **0.9.2.0** – Maintenance and snapshot release
 
 * Add support for SSL.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 
 Threepenny is a GUI framework written in Haskell that uses the web browser as a display. It's very easy to install. See the
 
-  [**Project homepage**](http://wiki.haskell.org/Threepenny-gui)
+  [**Project homepage**](https://heinrichapfelmus.github.io/threepenny-gui/)
 
 for more information on what it does and can do for you as a library user.
 
diff --git a/threepenny-gui.cabal b/threepenny-gui.cabal
--- a/threepenny-gui.cabal
+++ b/threepenny-gui.cabal
@@ -1,5 +1,5 @@
 Name:                threepenny-gui
-Version:             0.9.2.0
+Version:             0.9.3.0
 Synopsis:            GUI framework that uses the web browser as a display.
 Description:
     Threepenny-GUI is a GUI framework that uses the web browser as a display.
