Skip to content

Commit b8a9477

Browse files
committed
Version Jump and changelog.
1 parent 00bc57c commit b8a9477

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+
## [v1.0.0](https://github.com/vibrato/awskeyring/tree/v1.0.0) (2019-05-20)
4+
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.10.0...v1.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- More RuboCop changes and tweaked version string. [\#45](https://github.com/vibrato/awskeyring/pull/45) ([tristanmorgan](https://github.com/tristanmorgan))
9+
310
## [v0.10.0](https://github.com/vibrato/awskeyring/tree/v0.10.0) (2019-04-24)
411
[Full Changelog](https://github.com/vibrato/awskeyring/compare/v0.9.0...v0.10.0)
512

lib/awskeyring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)