Skip to content

Commit

Permalink
chore(release): release influxdb-client-php-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jul 28, 2023
1 parent a7e2fcd commit 9db0d74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 3.4.0 [unreleased]
## 3.4.0 [2023-07-28]

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

## 3.3.0 [2023-03-29]

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
command: doxygen

doc-publish:
image: ubuntu
image: bitnami/git
volumes:
- ./docs/html:/code/docs
- ./scripts:/code/scripts
Expand Down
6 changes: 1 addition & 5 deletions scripts/publish-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ set -e
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"
git clone [email protected]:influxdata/influxdb-client-php.git \
&& cd influxdb-client-php \
Expand All @@ -25,5 +21,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-php/

echo "# Deploy site"
git add -f .
git commit -c commit.gpgsign=false -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
2 changes: 1 addition & 1 deletion src/InfluxDB2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Client
/**
* Client version updated by: 'make release VERSION=1.5.0'
*/
const VERSION = 'dev';
const VERSION = '3.4.0';

public $options;
public $closed = false;
Expand Down

0 comments on commit 9db0d74

Please sign in to comment.