From b461b9b746d5221a21ee683ea08ee0446c3d37b4 Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Fri, 19 Jun 2020 10:04:20 +1000 Subject: [PATCH] Version Jump and changelog. --- CHANGELOG.md | 8 ++++++++ lib/awskeyring/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de80d5..9cb051a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.4.0](https://github.com/servian/awskeyring/tree/v1.4.0) (2020-06-19) + +[Full Changelog](https://github.com/servian/awskeyring/compare/v1.3.3...v1.4.0) + +**Implemented enhancements:** + +- Import Keys and Tokens from shared credentials files. [\#65](https://github.com/servian/awskeyring/pull/65) ([tristanmorgan](https://github.com/tristanmorgan)) + ## [v1.3.3](https://github.com/servian/awskeyring/tree/v1.3.3) (2020-06-04) [Full Changelog](https://github.com/servian/awskeyring/compare/v1.3.2...v1.3.3) diff --git a/lib/awskeyring/version.rb b/lib/awskeyring/version.rb index 7632d69..d5e75d6 100644 --- a/lib/awskeyring/version.rb +++ b/lib/awskeyring/version.rb @@ -6,7 +6,7 @@ # Version const and query of latest. module Awskeyring # The Gem's version number - VERSION = '1.3.3' + VERSION = '1.4.0' # The Gem's homepage HOMEPAGE = 'https://github.com/servian/awskeyring'