From 261edd872f2ffeb5db8d9e0fdda06bb2116d2815 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Wed, 3 Jul 2024 10:56:41 -0700 Subject: [PATCH] Set up 2.2.0 release --- CHANGELOG.md | 4 ++-- internal/config/config.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2030d..d8e4661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## 2.X.X (MM d, 2024) +## 2.2.0 (July 3, 2024) ### ENHANCEMENTS -* Seamless support for non-Admin users if OIDC app has `okta.users.read.self` grant [#TDB](https://github.com/okta/okta-aws-cli/pull/TBD), thanks [@monde](https://github.com/monde)! +* Seamless support for non-Admin users if OIDC app has `okta.users.read.self` grant [#213](https://github.com/okta/okta-aws-cli/pull/213), thanks [@monde](https://github.com/monde)! * Improve README with note about device state in policy [#205](https://github.com/okta/okta-aws-cli/pull/205), thanks [@ramgandhi-okta](https://github.com/ramgandhi-okta)! * Correct m2m typo in README [#201](https://github.com/okta/okta-aws-cli/pull/201), thanks [@stefan-lsx](https://github.com/stefan-lsx)! diff --git a/internal/config/config.go b/internal/config/config.go index f8f4622..395cb9e 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -40,7 +40,7 @@ func init() { const ( // Version app version - Version = "2.1.2" + Version = "2.2.0" //////////////////////////////////////////////////////////// // FORMATS