diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69b7e8a..2cf6e26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@
These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseOpenAPIConnectedService).
+## c1.4.8 `(2020-05-29)`
+
+- [x] Update dependencies: add support for [NSwag.Commands v13.6.0](https://github.com/RicoSuter/NSwag/pull/2860)
+ - [x] [Restore status validation, allow error response interception (axios)](https://github.com/RicoSuter/NSwag/pull/2838)
+ - [x] [Add support for axios cancellation token](https://github.com/RicoSuter/NSwag/pull/2846)
+ - [x] Improve form data support (OpenAPI 3)
+ - [x] Improve form data handling
+
## v1.4.7 `(2020-05-09)`
- [x] Update dependencies: add support for [NSwag.Commands v13.5.0](https://github.com/RicoSuter/NSwag/pull/2837)
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs
index d680ee1..7503624 100644
--- a/src/Properties/AssemblyInfo.cs
+++ b/src/Properties/AssemblyInfo.cs
@@ -30,7 +30,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.2.*")]
-[assembly: AssemblyVersion("1.4.7")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8")]
+[assembly: AssemblyFileVersion("1.4.8.0")]
[assembly: NeutralResourcesLanguage("en-US")]
diff --git a/src/Unchase.OpenAPI.ConnectedService.csproj b/src/Unchase.OpenAPI.ConnectedService.csproj
index 0d5d298..28e2bc4 100644
--- a/src/Unchase.OpenAPI.ConnectedService.csproj
+++ b/src/Unchase.OpenAPI.ConnectedService.csproj
@@ -447,53 +447,53 @@
packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
True
-
- packages\NJsonSchema.10.1.15\lib\net45\NJsonSchema.dll
+
+ packages\NJsonSchema.10.1.18\lib\net45\NJsonSchema.dll
-
- packages\NJsonSchema.CodeGeneration.10.1.15\lib\net451\NJsonSchema.CodeGeneration.dll
+
+ packages\NJsonSchema.CodeGeneration.10.1.18\lib\net451\NJsonSchema.CodeGeneration.dll
-
- packages\NJsonSchema.CodeGeneration.CSharp.10.1.15\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
+
+ packages\NJsonSchema.CodeGeneration.CSharp.10.1.18\lib\net451\NJsonSchema.CodeGeneration.CSharp.dll
-
- packages\NJsonSchema.CodeGeneration.TypeScript.10.1.15\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
+
+ packages\NJsonSchema.CodeGeneration.TypeScript.10.1.18\lib\net451\NJsonSchema.CodeGeneration.TypeScript.dll
-
- packages\NJsonSchema.Yaml.10.1.15\lib\net45\NJsonSchema.Yaml.dll
+
+ packages\NJsonSchema.Yaml.10.1.18\lib\net45\NJsonSchema.Yaml.dll
-
- packages\NSwag.Annotations.13.5.0\lib\net45\NSwag.Annotations.dll
+
+ packages\NSwag.Annotations.13.6.0\lib\net45\NSwag.Annotations.dll
-
- packages\NSwag.AssemblyLoader.13.5.0\lib\net451\NSwag.AssemblyLoader.dll
+
+ packages\NSwag.AssemblyLoader.13.6.0\lib\net451\NSwag.AssemblyLoader.dll
-
- packages\NSwag.CodeGeneration.13.5.0\lib\net451\NSwag.CodeGeneration.dll
+
+ packages\NSwag.CodeGeneration.13.6.0\lib\net451\NSwag.CodeGeneration.dll
-
- packages\NSwag.CodeGeneration.CSharp.13.5.0\lib\net451\NSwag.CodeGeneration.CSharp.dll
+
+ packages\NSwag.CodeGeneration.CSharp.13.6.0\lib\net451\NSwag.CodeGeneration.CSharp.dll
-
- packages\NSwag.CodeGeneration.TypeScript.13.5.0\lib\net451\NSwag.CodeGeneration.TypeScript.dll
+
+ packages\NSwag.CodeGeneration.TypeScript.13.6.0\lib\net451\NSwag.CodeGeneration.TypeScript.dll
-
- packages\NSwag.Commands.13.5.0\lib\net461\NSwag.Commands.dll
+
+ packages\NSwag.Commands.13.6.0\lib\net461\NSwag.Commands.dll
-
- packages\NSwag.Core.13.5.0\lib\net45\NSwag.Core.dll
+
+ packages\NSwag.Core.13.6.0\lib\net45\NSwag.Core.dll
-
- packages\NSwag.Core.Yaml.13.5.0\lib\net45\NSwag.Core.Yaml.dll
+
+ packages\NSwag.Core.Yaml.13.6.0\lib\net45\NSwag.Core.Yaml.dll
-
- packages\NSwag.Generation.13.5.0\lib\net45\NSwag.Generation.dll
+
+ packages\NSwag.Generation.13.6.0\lib\net45\NSwag.Generation.dll
-
- packages\NSwag.Generation.AspNetCore.13.5.0\lib\net451\NSwag.Generation.AspNetCore.dll
+
+ packages\NSwag.Generation.AspNetCore.13.6.0\lib\net451\NSwag.Generation.AspNetCore.dll
-
- packages\NSwag.Generation.WebApi.13.5.0\lib\net45\NSwag.Generation.WebApi.dll
+
+ packages\NSwag.Generation.WebApi.13.6.0\lib\net45\NSwag.Generation.WebApi.dll
packages\NSwag.SwaggerGeneration.12.3.1\lib\net45\NSwag.SwaggerGeneration.dll
diff --git a/src/app.config b/src/app.config
index 14eca26..92d8fac 100644
--- a/src/app.config
+++ b/src/app.config
@@ -88,11 +88,11 @@
-
+
-
+
diff --git a/src/packages.config b/src/packages.config
index 4efe6a5..5f2f9ff 100644
--- a/src/packages.config
+++ b/src/packages.config
@@ -106,22 +106,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest
index e5549fe..ca40fa4 100644
--- a/src/source.extension.vsixmanifest
+++ b/src/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Unchase OpenAPI (Swagger) Connected Service
Connected service for Visual Studio to generate OpenAPI (Swagger) web service reference.
https://github.com/unchase/Unchase.OpenAPI.Connectedservice