Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henriksen committed Jun 18, 2017
1 parent 4398c9f commit e593b44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [0.1.1]
### Added

### Changed
- Capture `Errno::ENETUNREACH` exception in aquatone-scan to prevent it from
erroring out when networks are unreachable.

## 0.1.0
### Added
- Initial release

### Changed

[Unreleased]: https://github.com/michenriksen/aquatone/compare/v0.1.0...HEAD
[0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion lib/aquatone/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Aquatone
VERSION = "0.1.0".freeze
VERSION = "0.1.1".freeze
end

0 comments on commit e593b44

Please sign in to comment.