Skip to content

Commit 7f42841

Browse files
author
Bobby Brennan
authored
update to v0.3.1 (#176)
1 parent b5a180d commit 7f42841

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# x.x.x (next release)
22

3+
# 0.3.1
4+
* Changed dashboard branding to refer to new org name Fairwinds
5+
36
# 0.3.0
47
* Added `--set-exit-code-on-error` and `--set-exit-code-below-score` flags to better support CI/CD
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
66
</div>
77

8-
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.3.0&color=239922
8+
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.3.1&color=239922
99
[version-link]: https://github.com/FairwindsOps/polaris
1010

1111
[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242

4343
const (
4444
// Version represents the current release version of Polaris
45-
Version = "0.3.0"
45+
Version = "0.3.1"
4646
)
4747

4848
func main() {

0 commit comments

Comments
 (0)