Skip to content

Commit

Permalink
update version.VERSION and CHANGELOG (#384)
Browse files Browse the repository at this point in the history
* update version.VERSION and CHANGELOG

* add timestamp in CHANGELOG

* add next version number in CHANGELOG

* add "nothing changed yet"
  • Loading branch information
skywhat committed Jun 10, 2019
1 parent bd6ac3b commit dcf187b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## v3.4.3 (unreleased)
## v3.4.6 (unreleased)
- Nothing changed yet

## v3.4.5 (2019-06-10)
- update CHANGELOG and version.VERSION

## v3.4.4 (2019-06-10)
- fix the bug, index columns zero value is []string(nil) but not []string{}
- Update the copyright messages to 2019

## v3.4.3 (2019-06-03)
- Add optional 'columns' tag to Index definitions
- update dosa-idl into v3.2.1
- add columns support to materialized view creation using Schema dump
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.2"
const VERSION = "3.4.5"

0 comments on commit dcf187b

Please sign in to comment.