Skip to content

Commit

Permalink
Release cli-v4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
benkehoe committed Jul 19, 2023
1 parent 2bf0b77 commit 9290b84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

## `aws-sso-util`

### CLI v4.32
* Update to PyYAML 6.0.1 for Cython issue ([#104](https://github.com/benkehoe/aws-sso-util/issues/104) (see https://github.com/yaml/pyyaml/issues/601)).
* Update login text to match AWS CLI, provide inputs for custom login text to use `verificationUriComplete` ([#92](https://github.com/benkehoe/aws-sso-util/issues/)).
* Error handling for missing expiration in cached token.

### CLI v4.31
* CloudFormation functionality now excludes suspended accounts from OU traversal ([#80](https://github.com/benkehoe/aws-sso-util/issues/80) via [#81](https://github.com/benkehoe/aws-sso-util/pull/81)).
* Upgrade to `click` 8 ([#85](https://github.com/benkehoe/aws-sso-util/issues/85)).
Expand Down
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-sso-util"
version = "4.31.0" # change in aws_sso_util/__init__.py too
version = "4.32.0" # change in aws_sso_util/__init__.py too
description = "Utilities to make AWS SSO easier"
authors = ["Ben Kehoe <ben@kehoe.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/aws_sso_util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '4.31.0' # change in pyproject.toml too
__version__ = '4.32.0' # change in pyproject.toml too

0 comments on commit 9290b84

Please sign in to comment.