diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml
index fb8d8c95f..d673c4671 100644
--- a/asconfigc/pom.xml
+++ b/asconfigc/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index 45d589375..5fb09ebc2 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,7 +7,7 @@
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml
index cd03cc335..6ad2f45f7 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
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 82d783a49..e689c61bc 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index cc23199ce..520d4271f 100644
--- a/distribution/src/assembly/CHANGELOG.md
+++ b/distribution/src/assembly/CHANGELOG.md
@@ -1,3 +1,12 @@
+## v0.17.2
+
+### Fixed Issues
+
+* Build: Fixed issue where multiple values in the `include-classes` compiler option were not passed to the compiler correctly.
+* Build: Fixed issue where formatting perfectly valid options in `additionalOptions` in a certain way could cause compiles to fail.
+* Completion: Fixed issue where ActionScript imports added in MXML were added to the beginning of the file when it contains no `` element yet.
+* General: Fixed issue where code intelligence might hang with if certain invalid compiler options are specified. On startup, the issue caused the "Initializing ActionScript & MXML language server..." message in the status bar to get stuck.
+
## v0.17.1
### Fixed Issues
diff --git a/language-server/pom.xml b/language-server/pom.xml
index 2abe75d1e..bc36beed7 100644
--- a/language-server/pom.xml
+++ b/language-server/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/pom.xml b/pom.xml
index 02db79401..2cab2eca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
vscode-as3mxml
pom
diff --git a/rcsh/pom.xml b/rcsh/pom.xml
index ef74c9785..3641b0e7c 100644
--- a/rcsh/pom.xml
+++ b/rcsh/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/swf-debugger/pom.xml b/swf-debugger/pom.xml
index 97e0b0959..dfd3477e8 100644
--- a/swf-debugger/pom.xml
+++ b/swf-debugger/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
vscode-as3mxml
com.as3mxml.vscode
- 0.17.1
+ 0.17.2
com.as3mxml.vscode
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index dcddb2ae3..703e30633 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-nextgenas",
- "version": "0.17.1",
+ "version": "0.17.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 65ce13617..462ed4b7a 100644
--- a/vscode-extension/package.json
+++ b/vscode-extension/package.json
@@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
- "version": "0.17.1",
+ "version": "0.17.2",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index bc73753cc..e122c1223 100644
--- a/vscode-extension/pom.xml
+++ b/vscode-extension/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 0.17.1
+ 0.17.2
com.as3mxml.vscode