Skip to content

Commit

Permalink
Update CHANGELOG and version for 3.4.14 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
phliar authored Dec 19, 2019
1 parent 40422d0 commit e976d85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## v3.4.14 (unreleased)
## v3.4.15 (unreleased)
- Nothing changed yet

## v3.4.14 (2019-12-18)
- Fix bug in ETL tag parsing

## v3.4.13 (2019-12-17)
- Do not allow Cassandra reserved words to be used as field names etc.
- Remove name length checks, only the server knows the limits on names
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package dosa

// VERSION indicates the dosa client version
const VERSION = "3.4.13"
const VERSION = "3.4.14"

0 comments on commit e976d85

Please sign in to comment.