Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
variadico committed Feb 27, 2016
1 parent 5492baa commit 5d96fa4
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.1.1]

## Added
* Tests.

Expand Down Expand Up @@ -59,6 +61,7 @@ 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.1.0...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.1.1...dev
[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
[2.0.0]: https://github.com/variadico/noti/compare/v1.3.0...v2.0.0
2 changes: 1 addition & 1 deletion noti.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "2.1.0"
version = "2.1.1"

defaultEnv = "NOTI_DEFAULT"
hipChatDestEnv = "NOTI_HIPCHAT_DEST"
Expand Down

0 comments on commit 5d96fa4

Please sign in to comment.