Skip to content

Commit

Permalink
Release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Piña committed Aug 27, 2016
1 parent 63224df commit 0f72aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.2.1]

## Added

* Add notification config docs to repo.
Expand Down Expand Up @@ -78,7 +80,8 @@ Object-C, which shows (nicer) Terminal icon.
* `-f` flag for OS X. This caused unexpected behavior for people who use iTerm2.
* OS X-specific flags and usage text from Linux and FreeBSD help.

[Unreleased]: https://github.com/variadico/noti/compare/v2.2.0...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.2.1...dev
[2.2.1]: https://github.com/variadico/noti/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/variadico/noti/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/variadico/noti/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/variadico/noti/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/noti/noti.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
defaultEnv = "NOTI_DEFAULT"
version = "v2.2.0"
version = "v2.2.1"
)

func main() {
Expand Down

0 comments on commit 0f72aaf

Please sign in to comment.