Skip to content

Commit

Permalink
prepping for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Jul 2, 2016
1 parent 566fc0f commit 37f96c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][Semver].

* Validation of all command line flag values, iface/mac/token etc.

## [0.1.2][] (2 Jul 2016)
* Mentioning libpcap dependency
* Refactoring Configuration - added CONFIG const and fixed sudo home dir issue

## [0.1.1][] (30 Jun 2016)
* Testing auto-releasing gem from Travis CI

Expand All @@ -15,7 +19,8 @@ project adheres to [Semantic Versioning][Semver].
* Includes dameonizing option for monitor command (writing to a log file)
* Built with gli command-suite gem

[Unreleased]: https://github.com/matthutchinson/lifx_dash/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/matthutchinson/lifx_dash/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/matthutchinson/lifx_dash/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/matthutchinson/lifx_dash/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/matthutchinson/lifx_dash/releases/tag/v0.1.0
[Semver]: http://semver.org
2 changes: 1 addition & 1 deletion lib/lifx_dash/version.rb
@@ -1,3 +1,3 @@
module LifxDash
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit 37f96c4

Please sign in to comment.