Skip to content

Commit

Permalink
chore(release): release influxdb-client-php-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Apr 19, 2022
1 parent 013ad87 commit f1e73b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.7.0 [unreleased]
## 2.7.0 [2022-04-19]

### Features
1. [#119](https://github.com/influxdata/influxdb-client-php/pull/119): Add `InvocableScriptsApi` to create, update, list, delete and invoke scripts by seamless way
Expand Down
2 changes: 1 addition & 1 deletion src/InfluxDB2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Client
/**
* Client version updated by: 'make release VERSION=1.5.0'
*/
const VERSION = 'dev';
const VERSION = '2.7.0';

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

0 comments on commit f1e73b6

Please sign in to comment.