From 50c0714a8e8094c5797d1208b0c51a91d275768d Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Sat, 12 Nov 2022 11:55:36 +1100 Subject: [PATCH] Version Jump and changelog. --- CHANGELOG.md | 13 +++++++++++-- lib/awskeyring/version.rb | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97173a2..bc1eefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [1.9.5](https://github.com/servian/awskeyring/tree/1.9.5) (2022-10-31) +## [1.10.0](https://github.com/servian/awskeyring/tree/1.10.0) (2022-11-12) -[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.4...1.9.5) +[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.5...1.10.0) + +**Implemented enhancements:** + +- Reorder flags [\#90](https://github.com/servian/awskeyring/pull/90) ([tristanmorgan](https://github.com/tristanmorgan)) +- Check for tty and allow force. [\#89](https://github.com/servian/awskeyring/pull/89) ([tristanmorgan](https://github.com/tristanmorgan)) + +## [v1.9.5](https://github.com/servian/awskeyring/tree/v1.9.5) (2022-10-31) + +[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.4...v1.9.5) **Implemented enhancements:** diff --git a/lib/awskeyring/version.rb b/lib/awskeyring/version.rb index a1a9b0a..0931413 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.9.5' + VERSION = '1.10.0' # The Gem's homepage HOMEPAGE = 'https://github.com/servian/awskeyring'