Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 23, 2024
1 parent 59711fe commit 7546413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 0.6.0 [unreleased]

### Features

1. [#94](https://github.com/InfluxCommunity/influxdb3-java/pull/94): Add support for named query parameters


## 0.5.1 [2024-02-01]

Resync artifacts with Maven Central.
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/java/com/influxdb/v3/IOxExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void main(final String[] args) throws Exception {
//
// Query by parametrized SQL
//
System.out.printf("--------------------------------------------------------%n");
System.out.printf("--------------------Parametrized SQL--------------------%n");
System.out.printf("| %-8s | %-8s | %-30s |%n", "location", "value", "time");
System.out.printf("--------------------------------------------------------%n");

Expand Down

0 comments on commit 7546413

Please sign in to comment.