Skip to content

Commit

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

## [Unreleased]

## [2.2.2]

## Fixed

* `noti` now compiles on Windows.

## [2.2.1]

## Added
Expand Down Expand Up @@ -80,7 +86,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.1...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.2.2...dev
[2.2.2]: https://github.com/variadico/noti/compare/v2.2.1...v2.2.2
[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
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.1"
version = "v2.2.2"
)

func main() {
Expand Down

0 comments on commit 31c4a25

Please sign in to comment.