Skip to content

Commit 29dc311

Browse files
committed
Bump version to 0.9.1
1 parent d28a701 commit 29dc311

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.9.1 (2020-10-06)
2+
------------------
3+
4+
* Add bash completion for **exec**(contribution by [@kit494way](https://github.com/kit494way))
5+
* Fix ls to show instances without Name tag (contribution by [@kit494way](https://github.com/kit494way))
6+
* Pass environment on to subprocess and support running behind a proxy (contribution by [@DanSipola](https://github.com/DanSipola))
7+
18
0.9.0 (2020-05-03)
29
------------------
310

aws_gate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"
22
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
33
__author__ = "Adam Stevko"
44
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)