diff --git a/src/latest_release_note.ts b/src/latest_release_note.ts
index 3c21a746d..ba165ecba 100644
--- a/src/latest_release_note.ts
+++ b/src/latest_release_note.ts
@@ -1,21 +1,57 @@
// TODO: find a better way of loading html into a string
-export const LATEST_RELEASE_NOTE = `
Device Simulator Express Release Notes 🐍 (Mar. 31, 2020)
+export const LATEST_RELEASE_NOTE = `Device Simulator Express Release Notes ⌨️🐍💞 (April 15, 2020)
- We're back with a small hotfix!
-
-
Fixes:
-
- - Fixed serial port selection for serial monitor.
- - Fixed launch issue on Ubuntu.
-
-
+
+ We're unveiling a new addition to our DSX family of microcontroller simulators! Please welcome the Adafruit
+ CLUE
+ simulator 💕🔍.
+ This change is hidden under a preview flag by default. See
+ here to learn how to enable
+ preview mode!
+
+
+ Also, support for BBC micro:bit simulation is now officially released! 💖✨ Previously, it was hidden
+ behind a
+ preview flag.
+
+
+
Features:
+
+ - Added the support for the Adafruit CLUE! This is hidden behind a preview flag by default.
+
+ -
+ Added CLUE Simulator, featuring simulation for the following:
+
+ - 240x240 color display.
+ - Sensors (for temperature, light, color, acceleration, humidity, pressure, proximity,
+ gestures, gyro, and magnetic field).
+
+
+ - Implemented deploy-to-device for CLUE.
+ - CLUE code debugger integration.
+
+
+ - Support for BBC micro:bit is now fully released and will appear by default.
-
-
-
Changes:
- - Due to necessary serial monitor fixes, the extension is now only supported on VS Code v1.43+
+ - New "Getting Started" page containing CPX, micro:bit, and CLUE example code.
+ - Incorporated support for gesture simulation on the micro:bit.
+ - Tab UI now has callout for "about" information on each sensor/input option.
+ - The CircuitPython Neopixel and Adafruit_Fancyled libraries can now be used with the Adafruit CPX without
+ importing the CPX library. See here
+ for an example.
+
+ Changes:
+
+ - Command palette only shows actions (ie: Open Simulator, Deploy to Device) once instead of per device.
+
-
-
-Stay healthy while you hack 🥰🌼,
-       - The Device Simulator Express Team
`;
+
+ Fixes:
+
+ - Fixed issue with sensors on micro:bit debugger.
+
+
+ Keep being a coding champ 🤩🏆🙌,
+       - The Device Simulator Express Team
`;