diff --git a/.circleci/config.yml b/.circleci/config.yml index 457715be8..7d2225d71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 parameters: connector-version: type: string - default: "1.1.5" + default: "1.1.6" dotnet-version: type: string default: "7.0.404" diff --git a/README.md b/README.md index 6b60959dc..9cfb49164 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Async SingleStore Connector for .NET and .NET Core 1.1.5 +# Async SingleStore Connector for .NET and .NET Core 1.1.6 This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data provider for [SingleStore](https://www.singlestore.com/). It provides implementations of diff --git a/docs/VersionHistory.md b/docs/VersionHistory.md index 62435b5c3..3191631ca 100644 --- a/docs/VersionHistory.md +++ b/docs/VersionHistory.md @@ -2,7 +2,7 @@ ## Release Notes -### 1.1.5 +### 1.1.6 * Resolved an issue where a package was being packed in the Debug configuration instead of Release.