Skip to content

Commit

Permalink
Bump version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Dec 17, 2019
1 parent 699e851 commit eeb8f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.2.1](https://github.com/vvatanabe/gitb/compare/2.2.0...2.2.1) (2019-12-18)

* update go version 1.13 in go.mod (#28) [#29](https://github.com/vvatanabe/gitb/pull/29) ([vvatanabe](https://github.com/vvatanabe))
* support global option for git (#18) [#27](https://github.com/vvatanabe/gitb/pull/27) ([vvatanabe](https://github.com/vvatanabe))

## [2.2.0](https://github.com/vvatanabe/gitb/compare/2.1.0...2.2.0) (2019-12-12)

* Support origin blame command options (#24) [#25](https://github.com/vvatanabe/gitb/pull/25) ([vvatanabe](https://github.com/vvatanabe))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

const (
name = "gitb"
version = "2.2.0"
version = "2.2.1"
usage = "A command line tool for using Backlog's git comfortably."
usageText = name + " <command>"
)
Expand Down

0 comments on commit eeb8f44

Please sign in to comment.