Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0l committed Oct 17, 2020
1 parent c1177f3 commit 95970b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aws_gate/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 95970b4

Please sign in to comment.