Skip to content

Commit

Permalink
update changelog and bump version (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Nelson <[email protected]>
  • Loading branch information
markxnelson authored Jun 15, 2020
1 parent b6cd18d commit 315bcb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@

### Added

- Initial release
Actions:

- stop instance
- stop random instance

Probes:

- count instances
2 changes: 1 addition & 1 deletion chaosoci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DiscoveredSystemInfo, Configuration, Secrets)
from logzero import logger

__version__ = '0.1.0'
__version__ = '0.2.0'
__all__ = ["__version__", "discover", "oci_client"]


Expand Down

0 comments on commit 315bcb2

Please sign in to comment.