Skip to content

Commit

Permalink
feat: set version to 1.8.1 and adjust CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmekk committed Dec 9, 2022
1 parent e3626b1 commit 22e2334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/hekmekk/git-team/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/hekmekk/git-team/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/hekmekk/git-team/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/hekmekk/git-team/compare/v1.6.0...v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
version = "1.8.1-rc1"
version = "1.8.1"
authorName = "Rea Sand"
authorEmail = "[email protected]"
)
Expand Down

0 comments on commit 22e2334

Please sign in to comment.