Skip to content

Commit 95970b4

Browse files
committed
Bump version to 0.9.2
1 parent c1177f3 commit 95970b4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9.2 (2020-10-10)
2+
------------------
3+
4+
* Fix regression introduced in #572, which resulted in not being to find bootstrapped plugin
5+
* Plugin version comparison is using more robust mechanism to determine newer plugin version
6+
17
0.9.1 (2020-10-06)
28
------------------
39

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.1"
1+
__version__ = "0.9.2"
22
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
33
__author__ = "Adam Stevko"
44
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)