From 465eaafbcb29ea217e587a592ec5692937a3f176 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Fri, 25 Feb 2022 19:35:11 -0800 Subject: [PATCH] release 1.7.4 --- CHANGELOG.md | 6 +++++- Makefile | 2 +- README.md | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64a964d..b1d2eaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## [Unreleased] +## [v1.7.4] - 2022-02-25 + ### Bug Fixes * Fix crash when users have many roles or accounts in AWS SSO * Fix crash opening empty json store files + * Fix crash with AWS AccountIDs in ~/.aws-sso/config.yaml with leading zeros #292 ### Changes @@ -262,7 +265,8 @@ Initial release -[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.7.3...main +[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.7.4...main +[v1.7.4]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.7.4 [v1.7.3]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.7.3 [v1.7.2]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.7.2 [v1.7.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.7.1 diff --git a/Makefile b/Makefile index 6174cc38..c66575b7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT_VERSION := 1.7.3 +PROJECT_VERSION := 1.7.4 DOCKER_REPO := synfinatic PROJECT_NAME := aws-sso diff --git a/README.md b/README.md index c913d3a2..5aeeb7a0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ ![Tests](https://github.com/synfinatic/aws-sso-cli/workflows/Tests/badge.svg) [![Report Card Badge](https://goreportcard.com/badge/github.com/synfinatic/aws-sso-cli)](https://goreportcard.com/report/github.com/synfinatic/aws-sso-cli) [![License Badge](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/synfinatic/aws-sso-cli/main/LICENSE) - * [About](#about) * [What does AWS SSO CLI do?](#what-does-aws-sso-cli-do)