From a6257fd40a0f06404653c927090c08e29b7ece85 Mon Sep 17 00:00:00 2001 From: Tristan Morgan Date: Mon, 4 Dec 2023 15:02:52 +1100 Subject: [PATCH] Version Jump and changelog. --- CHANGELOG.md | 13 +++++++++++-- lib/awskeyring/version.rb | 2 +- man/awskeyring.5 | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc1159..7c3361e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [1.11.0](https://github.com/tristanmorgan/awskeyring/tree/1.11.0) (2023-02-21) +## [1.12.0](https://github.com/tristanmorgan/awskeyring/tree/1.12.0) (2023-12-04) -[Full Changelog](https://github.com/tristanmorgan/awskeyring/compare/v1.10.1...1.11.0) +[Full Changelog](https://github.com/tristanmorgan/awskeyring/compare/v1.11.0...1.12.0) + +**Merged pull requests:** + +- Decode Account IDs from access keys. [\#93](https://github.com/tristanmorgan/awskeyring/pull/93) ([tristanmorgan](https://github.com/tristanmorgan)) +- Migrate away from Travis CI to GitHub Actions [\#92](https://github.com/tristanmorgan/awskeyring/pull/92) ([tristanmorgan](https://github.com/tristanmorgan)) + +## [v1.11.0](https://github.com/tristanmorgan/awskeyring/tree/v1.11.0) (2023-02-21) + +[Full Changelog](https://github.com/tristanmorgan/awskeyring/compare/v1.10.1...v1.11.0) **Implemented enhancements:** diff --git a/lib/awskeyring/version.rb b/lib/awskeyring/version.rb index 7a0aab6..f15c993 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.11.0' + VERSION = '1.12.0' # The Gem's homepage HOMEPAGE = 'https://github.com/tristanmorgan/awskeyring' diff --git a/man/awskeyring.5 b/man/awskeyring.5 index b899c08..89536e2 100644 --- a/man/awskeyring.5 +++ b/man/awskeyring.5 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "AWSKEYRING" "5" "October 2023" "" "" +.TH "AWSKEYRING" "5" "December 2023" "" "" . .SH "NAME" \fBAwskeyring\fR \- is a small tool to manage AWS account keys in the macOS Keychain