From 1655981a1e1011ea55b5389a88b314e1f8a13652 Mon Sep 17 00:00:00 2001 From: Matty Jones Date: Fri, 8 Jul 2022 16:55:19 -0400 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 3 +++ version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fa1b2..067448f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.9] - 2022-07-08 ### Changed ### Fixed - Support for the new GHE api token format [#104][104] - version/version.go had the wrong version number defined [#106][106] - reset the page count when getting a list of user repos [#107][107] +- findings now work in realtime in the web ui [#126][126] +- add help to makefile [#125][125] ### Added - Add persistent flags to the root to streamline the adding of additional functionality [#95][95] diff --git a/version/version.go b/version/version.go index 3be6ba1..4d754a9 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ const AppVersionMajor = "0" const AppVersionMinor = "0" // AppVersionPatch is the patch version -const AppVersionPatch = "8" +const AppVersionPatch = "9" // AppVersionPre ... const AppVersionPre = ""