Update CHANGELOG.md

This commit is contained in:
Jay Gabriels
2022-01-19 23:45:09 -08:00
parent e3d9743ba7
commit f9f39937e8
2 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [1.7.7] - Unreleased
### Added
- Filtering repos by topics for gitlab; thanks @dschafhauser
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.7.6] - 1/15/22
### Added
- goreleaser

View File

@@ -11,6 +11,6 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Ghorg",
Long: `All software has versions. This is Ghorg's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.7.6")
fmt.Println("v1.7.7")
},
}