Update CHANGELOG.md

This commit is contained in:
Jay Gabriels
2023-07-01 10:13:09 -07:00
parent b4fb571998
commit 4a577debf0
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
### Security
- Bump github.com/ktrysmt/go-bitbucket from 0.9.58 to 0.9.60 (#320)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.4.0 to 2.5.0 (#319)
- Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#318)
- Bump github.com/xanzy/go-gitlab from 0.83.0 to 0.86.0 (#317)
## [1.9.6] - 6/10/23
### Added

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
const ghorgVersion = "v1.9.6"
const ghorgVersion = "v1.9.7"
var versionCmd = &cobra.Command{
Use: "version",