1.9.4
diff --git a/doc/released/README-194.html b/doc/released/README-194.html
new file mode 100644
index 0000000..0abd37d
--- /dev/null
+++ b/doc/released/README-194.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.9.4 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2019 Contributors.
+All rights reserved.
+</small></div>
+<h1>AspectJ 1.9.4</h1>
+<p>The full list of resolved issues in 1.9.4 is available 
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f0=OP&f1=OP&f3=CP&f4=CP&j1=OR&list_id=16866879&product=AspectJ&query_format=advanced&target_milestone=1.9.4">here</a></h2>.</p>
+
+<p>AspectJ 1.9.4 has a couple of important fixes in it:
+<ul>
+<li>Due to the new maven build process being used to build release artifacts
+for the first time, there were errors in the aspectjweaver jar that affected
+the ability to use it on the command line as an agent,
+this is now fixed.
+<li>A number of users were noticing a ClassCastException problem, which I believe was due to trying to
+run AspectJ on one level of the JDK whilst targeting another. This can happen quite easily in eclipse
+if running your Eclipse on Java 8 but developing projects targeting Java 11.
+The class cast is because Java8 couldn't understand
+the packaging of system classes post Java9 and so couldn't find java.lang.Object. This has now all been
+tidied up and should work much better. More details in <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546807">546807</a>,
+thanks to Denys Khanzhyiev for some tips on getting to the right solution.
+</ul>
+
+
+<p>Available: 1.9.4 available 10-May-2019</p>
+
+<br><br>
+
+
+<!-- ============================== -->  
+</body>
+</html>
diff --git a/downloads.php b/downloads.php
index eb1d69b..653ee25 100644
--- a/downloads.php
+++ b/downloads.php
@@ -159,6 +159,25 @@
   <h3 id="stable_release">Latest Stable Release</h3>
   <ul>
     <li>
+    <b>AspectJ 1.9.4, Released 10 May 2019</b>
+ 	<table border="0" cellspacing="0" cellpadding="0" width="100%">
+    <tr>
+      <td><ul>AspectJ compiler, browser, documentation tool, Ant tasks, and documentation.</ul></td>
+      <td width="30%" align="right">
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.4.jar">aspectj-1.9.4.jar</a> (~17M)<br>
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.9.4-src.jar">aspectj-1.9.4-src.jar</a>
+      </td>
+    </tr>
+    </table>
+  </li>
+  </ul>
+</div>
+
+  <!-- ============ ASPECTJ MILESTONES -->
+  <div class="homeitem3col">
+  <h3 id="milestones">AspectJ 9</h3>
+  <ul>
+    <li>
     <b>AspectJ 1.9.3, Released 4 Apr 2019</b>
  	<table border="0" cellspacing="0" cellpadding="0" width="100%">
     <tr>
@@ -171,11 +190,6 @@
     </table>
   </li>
   </ul>
-</div>
-
-  <!-- ============ ASPECTJ MILESTONES -->
-  <div class="homeitem3col">
-  <h3 id="milestones">AspectJ 9</h3>
   <ul>
     <li>
     <b>AspectJ 1.9.3.RC1, Released 7 Mar 2019</b>
diff --git a/index.php b/index.php
index a84e61e..92ca172 100644
--- a/index.php
+++ b/index.php
@@ -87,6 +87,13 @@
 		<div class="homeitem">
 			<h3>News and Events</h3>
 
+      
+<li>AspectJ 1.9.4 is <a href="downloads.php">available for download</a>.
+See the <a href="doc/released/README-194.html">readme</a>
+for more information.
+<br><div align="right"><span class="dates"><i>posted 10-May-19</i></span></div>
+</li>
+
 <li>AspectJ 1.9.3 is <a href="downloads.php">available for download</a>.
 See the <a href="doc/released/README-193.html">readme</a>
 for more information.