Skip to content

Commit 9db0d74

Browse files
committed
chore(release): release influxdb-client-php-3.4.0
1 parent a7e2fcd commit 9db0d74

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 3.4.0 [unreleased]
1+
## 3.4.0 [2023-07-28]
22

33
### Bug Fixes
4-
1. [#144](https://github.com/influxdata/influxdb-client-php/pull/144): Correcti closing the UdpWriter
4+
1. [#144](https://github.com/influxdata/influxdb-client-php/pull/144): Corrects closing the UdpWriter
55

66
## 3.3.0 [2023-03-29]
77

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
command: doxygen
2525

2626
doc-publish:
27-
image: ubuntu
27+
image: bitnami/git
2828
volumes:
2929
- ./docs/html:/code/docs
3030
- ./scripts:/code/scripts

scripts/publish-site.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ set -e
55
SCRIPT_PATH="$( cd "$(dirname "$0")" || exit ; pwd -P )"
66
cd "$SCRIPT_PATH"/..
77

8-
echo "# Install Git"
9-
apt-get update \
10-
&& apt-get install git --yes \
11-
128
echo "# Clone client and switch to branch for GH-Pages"
139
git clone [email protected]:influxdata/influxdb-client-php.git \
1410
&& cd influxdb-client-php \
@@ -25,5 +21,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-php/
2521

2622
echo "# Deploy site"
2723
git add -f .
28-
git commit -c commit.gpgsign=false -m "Pushed the latest Docs to GitHub pages [skip CI]"
24+
git commit -m "Pushed the latest Docs to GitHub pages [skip CI]"
2925
git push -fq origin gh-pages

src/InfluxDB2/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Client
1515
/**
1616
* Client version updated by: 'make release VERSION=1.5.0'
1717
*/
18-
const VERSION = 'dev';
18+
const VERSION = '3.4.0';
1919

2020
public $options;
2121
public $closed = false;

0 commit comments

Comments
 (0)