Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Feb 3, 2017
1 parent 30bb469 commit 9526cdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,13 +3,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.4] - 2017-02-03
### Added
- CHANGELOG.md
- Support for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
- Capability to view filtered view by source or target.

### Fixed
- Issue with vagrant up not working due to older bundler version and missing dependencies

## [0.1.3] - 2015-03-20
## [0.1.3] - 2016-03-20
### Changed
- Removed ENV usage from the gem.

Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1,3 +1,3 @@
module AwsSecurityViz
VERSION = "0.1.4"
VERSION = '0.1.5'
end

0 comments on commit 9526cdc

Please sign in to comment.