Skip to content

Commit

Permalink
Release v3.2.1 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJTRice authored Aug 31, 2018
1 parent b598c59 commit 9a17a16
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,7 +1,10 @@
# Changelog

## v3.2.1 (2018-08-31)
- Support RFC3339Nano and unix epoch time in millisecond for CLI timestamp query (#360)

## v3.2.0 (2018-08-17)
- add readonly scope metadata access to CLI
- Add readonly scope metadata access to CLI (#349)

## v3.1.1 (2018-07-25)
- Add keyPrefix to the config of redis connector (#344)
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 = "dev"
const VERSION = "3.2.1"

0 comments on commit 9a17a16

Please sign in to comment.