Skip to content

Commit

Permalink
Update CHANGELOG.md (#404)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update version.go
  • Loading branch information
phliar committed Oct 4, 2019
1 parent b2d0d65 commit 7a65838
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,6 +1,9 @@
# Changelog

## v3.4.9 (unreleased)
## v3.4.10 (unreleased)
- Nothing changed yet.

## v3.4.9 (2019-10-04)
- clarifying message on success of scope drop, to wait before re-creating
- modify the test cases using space as the delimiter between tags
- expose a method Resolve(scope,prefix) -> cluster
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.8"
const VERSION = "3.4.9"

0 comments on commit 7a65838

Please sign in to comment.