We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103e4e0 commit 28992cdCopy full SHA for 28992cd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
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
10
## [v0.9.0](https://github.com/vibrato/awskeyring/tree/v0.9.0) (2019-04-09)
11
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.8.1...v0.9.0)
12
lib/awskeyring/version.rb
@@ -1,4 +1,4 @@
module Awskeyring
# The Gems version number
- VERSION = '0.9.0'.freeze
+ VERSION = '0.10.0'.freeze
end
0 commit comments