Skip to content

Commit

Permalink
Version Bump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Dec 17, 2018
1 parent 8c07500 commit dbb846d
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
@@ -1,5 +1,13 @@
# Change Log

## [v0.7.2](https://github.com/vibrato/awskeyring/tree/v0.7.2) (2018-12-17)
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.7.1...v0.7.2)

**Fixed bugs:**

- Validate that account doesn't already exists. [\#40](https://github.com/vibrato/awskeyring/pull/40) ([tristanmorgan](https://github.com/tristanmorgan))
- Check for COMMAND param to exec. [\#38](https://github.com/vibrato/awskeyring/pull/38) ([tristanmorgan](https://github.com/tristanmorgan))

## [v0.7.1](https://github.com/vibrato/awskeyring/tree/v0.7.1) (2018-12-03)
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.7.0...v0.7.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/awskeyring/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Awskeyring
# The Gems version number
VERSION = '0.7.1'.freeze
VERSION = '0.7.2'.freeze
end

0 comments on commit dbb846d

Please sign in to comment.