From 315bcb23bc6152148d806142322cba1171ac1a13 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 15 Jun 2020 19:43:27 -0400 Subject: [PATCH] update changelog and bump version (#6) Signed-off-by: Mark Nelson --- CHANGELOG.md | 9 ++++++++- chaosoci/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5505c0..9eaced8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,11 @@ ### Added -- Initial release +Actions: + +- stop instance +- stop random instance + +Probes: + +- count instances \ No newline at end of file diff --git a/chaosoci/__init__.py b/chaosoci/__init__.py index 9c9d0e2..57e2e35 100644 --- a/chaosoci/__init__.py +++ b/chaosoci/__init__.py @@ -9,7 +9,7 @@ DiscoveredSystemInfo, Configuration, Secrets) from logzero import logger -__version__ = '0.1.0' +__version__ = '0.2.0' __all__ = ["__version__", "discover", "oci_client"]