Skip to content

Commit

Permalink
release v3.1.1 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJTRice committed Jul 25, 2018
1 parent 1852e75 commit e05614b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## v3.1.1 (unreleased)
## v3.1.1 (2018-07-25)
- Add keyPrefix to the config of redis connector (#344)
- Fixed memory connector upsert bug (#350)
- Print CLI results in tabulated format (#351)

## v3.1.0 (2018-07-12)
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.1.1"

0 comments on commit e05614b

Please sign in to comment.