Skip to content

Commit

Permalink
Merge pull request #76 from thaJeztah/bump-0.5.2
Browse files Browse the repository at this point in the history
Bump version 0.5.2
  • Loading branch information
Vincent Demeester committed Jun 15, 2017
2 parents be1808e + 054c538 commit 2d19ebb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ This changelog tracks the releases of docker-credential-helpers.
This project includes different binaries per platform.
The platform released is identified after the tag name.

## v0.5.1
## v0.5.2 (Mac OS X, Windows, Linux)

- Add a `version` command to output the version
- Fix storing URLs without scheme, and use `https://` by default

## v0.5.1 (Go client, Mac OS X, Windows, Linux)

- Redirect credential helpers' standard error to the caller's
- Prevent invalid credentials and credentials queries
Expand Down
2 changes: 1 addition & 1 deletion credentials/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package credentials

// Version holds a string describing the current version
const Version = "0.5.2-dev"
const Version = "0.5.2"

0 comments on commit 2d19ebb

Please sign in to comment.