diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbdcdb..6100e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.9.3](https://github.com/servian/awskeyring/tree/v1.9.3) (2022-01-18) + +[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.2...v1.9.3) + +**Implemented enhancements:** + +- Stricter aws\_secret validation. [\#86](https://github.com/servian/awskeyring/pull/86) ([tristanmorgan](https://github.com/tristanmorgan)) + ## [v1.9.2](https://github.com/servian/awskeyring/tree/v1.9.2) (2021-09-13) [Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.1...v1.9.2) diff --git a/lib/awskeyring/version.rb b/lib/awskeyring/version.rb index d1e92fc..72ffacb 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.2' + VERSION = '1.9.3' # The Gem's homepage HOMEPAGE = 'https://github.com/servian/awskeyring'