From 95970b478df8ed1eea6bd7c3c8f7613657acdc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0tevko?= Date: Sat, 17 Oct 2020 12:13:54 +0200 Subject: [PATCH] Bump version to 0.9.2 --- CHANGELOG.md | 6 ++++++ aws_gate/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aa79b5..0766c57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.9.2 (2020-10-10) +------------------ + +* Fix regression introduced in #572, which resulted in not being to find bootstrapped plugin +* Plugin version comparison is using more robust mechanism to determine newer plugin version + 0.9.1 (2020-10-06) ------------------ diff --git a/aws_gate/__init__.py b/aws_gate/__init__.py index f15522c9..3a97a781 100644 --- a/aws_gate/__init__.py +++ b/aws_gate/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" __description__ = "aws-gate - AWS SSM Session Manager client CLI" __author__ = "Adam Stevko" __author_email__ = "adam.stevko@gmail.com"