Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
variadico committed Feb 24, 2016
1 parent 498f89e commit d61ee6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.1.0]

## Added

Expand Down Expand Up @@ -45,5 +45,6 @@ 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.0.0...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.1.0...dev
[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.0.0"
version = "2.1.0"

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

0 comments on commit d61ee6b

Please sign in to comment.