From 29dc31177af3d163c6b5b25aca708c8a177226cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0tevko?= Date: Tue, 6 Oct 2020 00:06:03 +0200 Subject: [PATCH] Bump version to 0.9.1 --- CHANGELOG.md | 7 +++++++ aws_gate/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90773d9d..e1aa79b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.9.1 (2020-10-06) +------------------ + +* Add bash completion for **exec**(contribution by [@kit494way](https://github.com/kit494way)) +* Fix ls to show instances without Name tag (contribution by [@kit494way](https://github.com/kit494way)) +* Pass environment on to subprocess and support running behind a proxy (contribution by [@DanSipola](https://github.com/DanSipola)) + 0.9.0 (2020-05-03) ------------------ diff --git a/aws_gate/__init__.py b/aws_gate/__init__.py index ba29a9be..f15522c9 100644 --- a/aws_gate/__init__.py +++ b/aws_gate/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" __description__ = "aws-gate - AWS SSM Session Manager client CLI" __author__ = "Adam Stevko" __author_email__ = "adam.stevko@gmail.com"