Skip to content

Commit

Permalink
chore(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Aug 12, 2024
1 parent dd648ff commit 92bc317
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.10.0 [unreleased]

## 0.9.0 [2024-08-12]

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<version>0.8.0</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
*/
public class InfluxDBApiHttpException extends InfluxDBApiException {

/**
* The HTTP headers associated with the error.
*/
HttpHeaders headers;
/**
* The HTTP status code associated with the error.
*/
int statusCode;

/**
Expand Down

0 comments on commit 92bc317

Please sign in to comment.