diff --git a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
index d47a36006..5e0f50341 100644
--- a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
+++ b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
@@ -5,11 +5,11 @@
false
- 1.1.4
+ 1.1.5
- 1.1.4
+ 1.1.5
- 1.1.4
+ 1.1.5
diff --git a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
index 00f1b4477..95ef2d818 100644
--- a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
+++ b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
@@ -4,15 +4,15 @@
netstandard2.0
false
Adyen
- 1.1.4
- 1.1.4
- 1.1.4
+ 1.1.5
+ 1.1.5
+ 1.1.5
true
The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.
https://github.com/Adyen/adyen-dotnet-api-library
https://github.com/Adyen/adyen-dotnet-api-library
git
- 1.1.4
+ 1.1.5
https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE
Adyen
Adyen
diff --git a/Adyen.EcommLibrary/Constants/ClientConfig.cs b/Adyen.EcommLibrary/Constants/ClientConfig.cs
index 8a9fe530d..5b4d742ec 100644
--- a/Adyen.EcommLibrary/Constants/ClientConfig.cs
+++ b/Adyen.EcommLibrary/Constants/ClientConfig.cs
@@ -19,6 +19,6 @@ public class ClientConfig
public static string EndpointProtocol = "https://";
public static string LibName = "adyen-dotnet-api-library";
- public static string LibVersion = "1.1.4";
+ public static string LibVersion = "1.1.5";
}
}
diff --git a/README.md b/README.md
index 044825dea..5556ad73c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The Adyen API Library for .net framework enables you to work with Adyen APIs, Ho
* Simply download and restore nuget packages
https://www.nuget.org/packages/Adyen.EcommLibrary/
* or install it from package manager
- PM> Install-Package Adyen.EcommLibrary -Version 1.1.4
+ PM> Install-Package Adyen.EcommLibrary -Version 1.1.5
## Documentation
https://adyen.github.io/adyen-dotnet-api-library/