Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyjones committed Jul 8, 2022
1 parent 3c54577 commit 1655981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const AppVersionMajor = "0"
const AppVersionMinor = "0"

// AppVersionPatch is the patch version
const AppVersionPatch = "8"
const AppVersionPatch = "9"

// AppVersionPre ...
const AppVersionPre = ""
Expand Down

0 comments on commit 1655981

Please sign in to comment.