Skip to content

Commit

Permalink
Update README and version (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
phliar committed Jun 7, 2018
1 parent a589707 commit 775a865
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,6 +1,8 @@
# Changelog
## v3.0.1 (2018-06-07)
- Fixed version const

## v3.0.0 (unreleased)
## v3.0.0 (2018-06-07)
- Simplified client creation when using the YARPC connector. (#321)
- Scope metadata handling, and rudimentary auth* support. The Connector interface (Admin API) has changed. (#273)
- Per-row TTL. (#323)
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.0.1"

0 comments on commit 775a865

Please sign in to comment.