Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madrisan committed Sep 12, 2019
1 parent 16b5aa0 commit c4d7b3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.8.1 (September 12, 2019)

IMPROVEMENTS:

* More human readable output message for the `token-lookup` command.
(using the time duration parser/formatter: https://github.com/hako/durafmt)

BUG FIXES:

* The `token` switch was not available for the `token-lookup` command.
A token could only be entered via the `VAULT_TOKEN` environment variable.

## 0.8.0 (September 11, 2019)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Release Status](https://img.shields.io/badge/status-stable-brightgreen.svg)
[![License](https://img.shields.io/badge/License-MPL--2.0-blue.svg)](https://spdx.org/licenses/MPL-2.0.html)
[![Coverage](https://img.shields.io/badge/Go%20Coverage-67.6%25-green.svg?longCache=true&style=flat)](https://github.com/jpoles1/gopherbadger)
[![Coverage](https://img.shields.io/badge/Go%20Coverage-67.1%25-green.svg?longCache=true&style=flat)](https://github.com/jpoles1/gopherbadger)
[![Go Report Card](https://goreportcard.com/badge/github.com/madrisan/hashicorp-vault-monitor)](https://goreportcard.com/report/github.com/madrisan/hashicorp-vault-monitor)
[![Build Status](https://travis-ci.org/madrisan/hashicorp-vault-monitor.svg?branch=master)](https://travis-ci.org/madrisan/hashicorp-vault-monitor)
[![GolangCI](https://img.shields.io/badge/GolangCI-A+-success)](https://github.com/madrisan/hashicorp-vault-monitor/)
Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

func init() {
Version = "0.8.0"
Version = "0.8.1"
VersionPrerelease = ""
}

0 comments on commit c4d7b3a

Please sign in to comment.