diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfb4a267a..9fd134150 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 4.14.0 [unreleased]
+
## 4.13.0 [2023-07-28]
### Features
diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj
index ef6b2ef9d..797e3d01f 100644
--- a/Client.Core/Client.Core.csproj
+++ b/Client.Core/Client.Core.csproj
@@ -7,8 +7,8 @@
InfluxDB Client Core - exceptions, validations, REST client.
influxdb-client-csharp Contributors
InfluxDB.Client.Core
- 4.13.0
-
+ 4.14.0
+ dev
InfluxDB.Client.Core
influxdata;timeseries;flux;influxdb
diff --git a/Client.Legacy/Client.Legacy.csproj b/Client.Legacy/Client.Legacy.csproj
index f1c1b500b..4d0a723d4 100644
--- a/Client.Legacy/Client.Legacy.csproj
+++ b/Client.Legacy/Client.Legacy.csproj
@@ -6,8 +6,8 @@
The client that allow perform Flux Query against the InfluxDB 1.7+.
influxdb-client-csharp Contributors
InfluxDB.Client.Flux
- 4.13.0
-
+ 4.14.0
+ dev
InfluxDB.Client.Flux
influxdata;timeseries;flux;influxdb
diff --git a/Client.Linq/Client.Linq.csproj b/Client.Linq/Client.Linq.csproj
index b66e67c7a..dd519ff61 100644
--- a/Client.Linq/Client.Linq.csproj
+++ b/Client.Linq/Client.Linq.csproj
@@ -7,8 +7,8 @@
The library supports querying InfluxDB 2.x by LINQ expressions.
influxdb-client-csharp Contributors
InfluxDB.Client.Linq
- 4.13.0
-
+ 4.14.0
+ dev
InfluxDB.Client.Linq
influxdata;timeseries;flux;influxdb;linq
diff --git a/Client/Client.csproj b/Client/Client.csproj
index 14fab4a38..9e2516107 100644
--- a/Client/Client.csproj
+++ b/Client/Client.csproj
@@ -7,8 +7,8 @@
The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x.
influxdb-client-csharp Contributors
InfluxDB.Client
- 4.13.0
-
+ 4.14.0
+ dev
InfluxDB.Client
influxdata;timeseries;flux;influxdb
diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj
index 84bcc3c48..089a986cb 100644
--- a/Examples/Examples.csproj
+++ b/Examples/Examples.csproj
@@ -4,8 +4,8 @@
Exe
netcoreapp3.1;net5.0;net6.0;net7.0
8
- 4.13.0
-
+ 4.14.0
+ dev
false
../Keys/Key.snk
diff --git a/Scripts/publish-site.sh b/Scripts/publish-site.sh
index f2ddb6927..74231325e 100755
--- a/Scripts/publish-site.sh
+++ b/Scripts/publish-site.sh
@@ -20,13 +20,7 @@ set -ev
SCRIPT_PATH="$( cd "$(dirname "$0")" || exit ; pwd -P )"
cd "$SCRIPT_PATH"/..
-echo "# Install Git"
-apt-get update \
- && apt-get install git --yes \
-
echo "# Clone client and switch to branch for GH-Pages"
-chown root:$USER ~/.ssh/config
-chmod 644 ~/.ssh/config
git clone git@github.com:influxdata/influxdb-client-csharp.git \
&& cd influxdb-client-csharp \
&& git switch -C gh-pages
@@ -43,5 +37,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-csharp/
echo "# Deploy site"
cd "$SCRIPT_PATH"/../influxdb-client-csharp
git add -f .
-git -c commit.gpgsign=false commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
+git commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
git push -fq origin gh-pages