Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0l committed Jan 4, 2021
1 parent c42b7e5 commit 630096c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.10.0 (2021-01-04)
-------------------

* Add support for SSM managed instances. These instances are prefixed by `mi-` (contribution by [@awiddersheim](https://github.com/awiddersheim))
* Error messages that are raised when AWS API querying fails are now visible (contribution by [@awiddersheim](https://github.com/awiddersheim))
* Minor performance improvements ([#691](https://github.com/xen0l/aws-gate/pull/691), [#693](https://github.com/xen0l/aws-gate/pull/693)) (contribution by [@awiddersheim](https://github.com/awiddersheim))

0.9.3 (2020-12-23)
------------------

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.3"
__version__ = "0.10.0"
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
__author__ = "Adam Stevko"
__author_email__ = "adam.stevko@gmail.com"
Expand Down

0 comments on commit 630096c

Please sign in to comment.