Skip to content

Commit ffb2f37

Browse files
committed
Version Bump and changelog.
1 parent c906981 commit ffb2f37

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22

3-
## [v1.0.0](https://github.com/vibrato/awskeyring/tree/v1.0.0) (2019-05-20)
3+
## [v1.0.1](https://github.com/vibrato/awskeyring/tree/v1.0.1) (2019-05-23)
4+
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v1.0.0...v1.0.1)
5+
6+
**Implemented enhancements:**
7+
8+
- auto-complete the --version [\#47](https://github.com/vibrato/awskeyring/pull/47) ([tristanmorgan](https://github.com/tristanmorgan))
9+
10+
**Fixed bugs:**
11+
12+
- Unfreeze secret strings. [\#46](https://github.com/vibrato/awskeyring/pull/46) ([tristanmorgan](https://github.com/tristanmorgan))
13+
14+
## [v1.0.0](https://github.com/vibrato/awskeyring/tree/v1.0.0) (2019-05-19)
415
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.10.0...v1.0.0)
516

617
**Implemented enhancements:**

lib/awskeyring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Awskeyring
44
# The Gem's version number
5-
VERSION = '1.0.0'
5+
VERSION = '1.0.1'
66
# The Gem's homepage
77
HOMEPAGE = 'https://github.com/vibrato/awskeyring'
88
end

0 commit comments

Comments
 (0)