Skip to content

Commit f9f3993

Browse files
committed
Update CHANGELOG.md
1 parent e3d9743 commit f9f3993

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

6+
7+
## [1.7.7] - Unreleased
8+
### Added
9+
- Filtering repos by topics for gitlab; thanks @dschafhauser
10+
### Changed
11+
### Deprecated
12+
### Removed
13+
### Fixed
14+
### Security
615
## [1.7.6] - 1/15/22
716
### Added
817
- goreleaser

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ var versionCmd = &cobra.Command{
1111
Short: "Print the version number of Ghorg",
1212
Long: `All software has versions. This is Ghorg's`,
1313
Run: func(cmd *cobra.Command, args []string) {
14-
fmt.Println("v1.7.6")
14+
fmt.Println("v1.7.7")
1515
},
1616
}

0 commit comments

Comments
 (0)