Skip to content

Commit 22e2334

Browse files
committed
feat: set version to 1.8.1 and adjust CHANGELOG
1 parent e3626b1 commit 22e2334

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [1.8.1]
89
### Fixed
910
- The zsh completion script now correctly provides suggestions for the command `git team` (in addition to `git-team`).
1011

@@ -171,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171172
### Added
172173
- Append co-authors to a `git commit` message by means of a commit message template file
173174

174-
[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.8.0...HEAD
175+
[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.8.1...HEAD
176+
[1.8.1]: https://github.com/hekmekk/git-team/compare/v1.8.0...v1.8.1
175177
[1.8.0]: https://github.com/hekmekk/git-team/compare/v1.7.1...v1.8.0
176178
[1.7.1]: https://github.com/hekmekk/git-team/compare/v1.7.0...v1.7.1
177179
[1.7.0]: https://github.com/hekmekk/git-team/compare/v1.6.0...v1.7.0

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
const (
26-
version = "1.8.1-rc1"
26+
version = "1.8.1"
2727
authorName = "Rea Sand"
2828
authorEmail = "[email protected]"
2929
)

0 commit comments

Comments
 (0)