diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html
index 84dc7813..9540d621 100644
--- a/Htmldocs/release_notes.html
+++ b/Htmldocs/release_notes.html
@@ -11,10 +11,12 @@
For other languages, go to:
http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes
- Changes and fixes in OSCAR v1.3.0 xxx.x
+ Changes and fixes in OSCAR v1.3.0 rc.1
Portions of OSCAR are © 2019-2021 by
The OSCAR Team
+ - [fix] Fix rare error on Welcome page comparing leak rate to 7-day average.
+ - [fix] Fix some Y2K issues in oximetry importers.
- ---------- Fixes to previous fixes (do not include in final release notes) ---------
- [ffx] Improvement to pressure averaging in SleepStyle unintentional leak calculation.
- [ffx] Fix Y2K issue in unused SleepStyle EDF handling code.
diff --git a/oscar/VERSION b/oscar/VERSION
index 5a3bfe0b..e3d78930 100644
--- a/oscar/VERSION
+++ b/oscar/VERSION
@@ -1,4 +1,4 @@
// Update the string below to set OSCAR's version and release status.
// See https://semver.org/spec/v2.0.0.html for details on format.
-#define VERSION "1.3.0-beta.3"
+#define VERSION "1.3.0-rc.1"