From c8d8aee8f5ebde8e3184a2b57a64b34d2915a089 Mon Sep 17 00:00:00 2001 From: okramarenko <97118627+okramarenko@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:36:17 +0000 Subject: [PATCH] Release 1.1.6 --- .circleci/config.yml | 2 +- README.md | 2 +- docs/VersionHistory.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.