Skip to content

Commit

Permalink
chore: prepare for next development iteration [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Dec 13, 2024
1 parent d2a3663 commit a46b2e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.1.0 [unreleased]

## 2.0.0 [2024-12-13]

### Breaking Changes
Expand All @@ -8,8 +10,8 @@
Update steps:

1. Update library: `go get github.com/influxdata/influxdb3-go/v2`
1. Update import path in Go files to `github.com/influxdata/influxdb3-go/v2/influxdb3`.
1. Update library: `go get github.com/InfluxCommunity/influxdb3-go/v2/influxdb3`
1. Update import path in Go files to `github.com/InfluxCommunity/influxdb3-go/v2/influxdb3`.

### Features

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="gopher.png" alt="Gopher" width="150px">
</p>
<p align="center">
<a href="https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go">
<a href="https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go/v2">
<img src="https://pkg.go.dev/badge/github.com/InfluxCommunity/influxdb3-go.svg" alt="Go Reference">
</a>
<a href="https://goreportcard.com/report/github.com/InfluxCommunity/influxdb3-go">
Expand Down Expand Up @@ -59,7 +59,7 @@ To use this client, you'll need the following credentials for writing and queryi
<!--pytest-codeblocks:cont-->

```sh
go get github.com/InfluxCommunity/influxdb3-go/v2
go get github.com/InfluxCommunity/influxdb3-go/v2/influxdb3
```

### Outside a module (standalone)
Expand Down
2 changes: 1 addition & 1 deletion influxdb3/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

// version defines current version
const version = "2.0.0"
const version = "2.1.0"

// userAgent header value
const userAgent = "influxdb3-go/" + version + " (" + runtime.GOOS + "; " + runtime.GOARCH + ")"

0 comments on commit a46b2e5

Please sign in to comment.