Skip to content

Commit 28992cd

Browse files
committed
Version Bump and changelog.
1 parent 103e4e0 commit 28992cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v0.10.0](https://github.com/vibrato/awskeyring/tree/v0.10.0) (2019-04-24)
4+
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.9.0...v0.10.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Add --unset flag to env command [\#44](https://github.com/vibrato/awskeyring/pull/44) ([tristanmorgan](https://github.com/tristanmorgan))
9+
310
## [v0.9.0](https://github.com/vibrato/awskeyring/tree/v0.9.0) (2019-04-09)
411
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.8.1...v0.9.0)
512

lib/awskeyring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Awskeyring
22
# The Gems version number
3-
VERSION = '0.9.0'.freeze
3+
VERSION = '0.10.0'.freeze
44
end

0 commit comments

Comments
 (0)