diff --git a/CHANGELOG.md b/CHANGELOG.md index 6459e1d1..d4995f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version.go b/version.go index d0d2f56f..c81f7e5c 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dosa // VERSION indicates the dosa client version -const VERSION = "dev" +const VERSION = "3.0.1"