diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml
index f8de3e740..72059b931 100644
--- a/asconfigc/pom.xml
+++ b/asconfigc/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index a77a999f4..5b02dc09d 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,7 +7,7 @@
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml
index d73c3e6f5..269a77b65 100644
--- a/check-royale-version/pom.xml
+++ b/check-royale-version/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 32495820f..f8533f367 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index d650f3f0d..1cb9337a0 100644
--- a/distribution/src/assembly/CHANGELOG.md
+++ b/distribution/src/assembly/CHANGELOG.md
@@ -1,5 +1,25 @@
# ActionScript & MXML for Visual Studio Code Changelog
+## 1.15.0
+
+### New Features
+
+- Definition: Ctrl+Click on `return` keyword will go to the function declaration that it is contained within.
+
+### Fixed Issues
+
+- Completion: Fixed omitted identifier names that start with `$`.
+- Completion: Fixed import for symbol being incorrectly added if package it is from was already imported with `.*`.
+- Definition: Fixed `this` and `super` resolution sometimes failing.
+- General: Fix "A target file must be specified" in a multi-root workspace when using `mainClass` in _asconfig.json_.
+- General: Fix an intermittent failure to detect the bounds of certain multi-line comments.
+- Language Server: Fix crash when stdout is written to by the compiler or other dependencies. Redirects stdout to stderr.
+- Quick Compile: If commands are disabled, don't override the keybindings for Ctrl+Enter and Ctrl+Shift+Enter.
+
+### Other Changes
+
+- Dependencies: eclipse/lsp4j language server updated to v0.19.0.
+
## 1.14.1
### Other Changes
diff --git a/language-server/pom.xml b/language-server/pom.xml
index 9f4b4e2bb..e20c343a5 100644
--- a/language-server/pom.xml
+++ b/language-server/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/pom.xml b/pom.xml
index c0f593c7a..3e2d5c35f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
vscode-as3mxml
pom
diff --git a/rcsh/pom.xml b/rcsh/pom.xml
index a4ab08c9d..9194d75a4 100644
--- a/rcsh/pom.xml
+++ b/rcsh/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index e1c4bf493..8673c35bb 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vscode-as3mxml",
- "version": "1.15.0-SNAPSHOT",
+ "version": "1.15.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-as3mxml",
- "version": "1.15.0-SNAPSHOT",
+ "version": "1.15.0",
"license": "Apache-2.0",
"devDependencies": {
"@rgrove/parse-xml": "^4.0.1",
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 9aefd37c1..c19ee599b 100644
--- a/vscode-extension/package.json
+++ b/vscode-extension/package.json
@@ -2,7 +2,7 @@
"name": "vscode-as3mxml",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
- "version": "1.15.0-SNAPSHOT",
+ "version": "1.15.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index e2af366fb..33ad6b6b3 100644
--- a/vscode-extension/pom.xml
+++ b/vscode-extension/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.15.0-SNAPSHOT
+ 1.15.0
com.as3mxml.vscode