diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f0527..3c52af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v1.7.0](https://github.com/servian/awskeyring/tree/v1.7.0) (2020-11-18) + +[Full Changelog](https://github.com/servian/awskeyring/compare/v1.6.0...v1.7.0) + +**Implemented enhancements:** + +- Allow specifying a browser other than the default [\#71](https://github.com/servian/awskeyring/issues/71) +- Autocomplete for Browsers [\#73](https://github.com/servian/awskeyring/pull/73) ([tristanmorgan](https://github.com/tristanmorgan)) + ## [v1.6.0](https://github.com/servian/awskeyring/tree/v1.6.0) (2020-08-11) [Full Changelog](https://github.com/servian/awskeyring/compare/v1.5.0...v1.6.0) @@ -10,6 +19,10 @@ - RuboCop and Spec update [\#68](https://github.com/servian/awskeyring/pull/68) ([tristanmorgan](https://github.com/tristanmorgan)) - Add SimpleCov reports. [\#67](https://github.com/servian/awskeyring/pull/67) ([tristanmorgan](https://github.com/tristanmorgan)) +**Merged pull requests:** + +- Updates for added RuboCop checks. [\#70](https://github.com/servian/awskeyring/pull/70) ([tristanmorgan](https://github.com/tristanmorgan)) + ## [v1.5.0](https://github.com/servian/awskeyring/tree/v1.5.0) (2020-07-08) [Full Changelog](https://github.com/servian/awskeyring/compare/v1.4.0...v1.5.0) diff --git a/LICENSE.txt b/LICENSE.txt index f46fb85..876f961 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Tristan Morgan +Copyright (c) 2017-2020 Tristan Morgan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/awskeyring/version.rb b/lib/awskeyring/version.rb index 069d6c0..ab651b5 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.6.0' + VERSION = '1.7.0' # The Gem's homepage HOMEPAGE = 'https://github.com/servian/awskeyring'