diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca7dccedc5..36e9c9a856 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 6.15.0 (November 1, 2019)
+# 6.15.0 (December 1, 2019)
### New Features
- #1105 - Add in-sim Airport Guide accessible via footer button
- #1191 - Consolidate command bar buttons
@@ -9,7 +9,6 @@
- #1474 - Fix crash at KAUS from missing FDX fleet
- #1476 - Fix missing terrain at KSTL
-
### Enhancements & Refactors
- #1451 - Add ability to specify the radial with the `hold` command
- #1458 - Add support for holding patterns with distance-based legs
@@ -17,6 +16,7 @@
- #1402 - Prevent assignment of reserved/nondiscrete beacon codes
- #1472 - Add water polygons to airport terrain files
+
# 6.14.2 (October 17, 2019)
### Hotfixes
- [#1463](https://github.com/openscope/openscope/issues/1463) - Fix travis build notifications
diff --git a/package-lock.json b/package-lock.json
index d4dc4a2096..ef11c500b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "openscope",
- "version": "6.15.0-BETA",
+ "version": "6.15.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ccfc8cd626..eae9f514af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openscope",
- "version": "6.15.0-BETA",
+ "version": "6.15.0",
"description": "An ATC simulator in HTML5",
"engines": {
"node": "11.3.0",