Skip to content

Commit

Permalink
release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Jul 17, 2020
1 parent 2d079ce commit 86132d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## 1.4.0 [in progress]
### Breaking change
## 1.5.0 [In progress]

## 1.4.0 [2020-07-17]
### Breaking changes
1. [#156](https://github.com/influxdata/influxdb-client-go/pull/156) Fixing Go naming and code style violations:
- Introducing new *API interfaces with proper name of types, methods and arguments.
- This also affects the `Client` interface and the `Options` type.
- Affected types and methods have been deprecated and they will be removed in the next release.


### Bug fixes
1. [#152](https://github.com/influxdata/influxdb-client-go/pull/152) Allow connecting to server on a URL path
1. [#154](https://github.com/influxdata/influxdb-client-go/pull/154) Use idiomatic go style for write channels (internal)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
Version = "1.3.0"
Version = "1.4.0"
)

func init() {
Expand Down

0 comments on commit 86132d2

Please sign in to comment.