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 3, 2018
1 parent fc2e9e9 commit e524b85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [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)

**Fixed bugs:**

- Trailing LF was being passed to validator [\#37](https://github.com/vibrato/awskeyring/pull/37) ([tristanmorgan](https://github.com/tristanmorgan))

## [v0.7.0](https://github.com/vibrato/awskeyring/tree/v0.7.0) (2018-11-26)
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.6.0...v0.7.0)

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.0'.freeze
VERSION = '0.7.1'.freeze
end

0 comments on commit e524b85

Please sign in to comment.