diff --git a/CHANGELOG/1.0.1/date.md b/CHANGELOG/1.0.1/date.md new file mode 100644 index 0000000..e01d08b --- /dev/null +++ b/CHANGELOG/1.0.1/date.md @@ -0,0 +1 @@ +Jan 4th, 2021 diff --git a/CHANGELOG/current/fix_error_in_list_host.md b/CHANGELOG/1.0.1/fix_error_in_list_host.md similarity index 100% rename from CHANGELOG/current/fix_error_in_list_host.md rename to CHANGELOG/1.0.1/fix_error_in_list_host.md diff --git a/RELEASE.md b/RELEASE.md index 89092ab..d4eae57 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +1.0.1 [Jan 4th, 2021]: +--- + * Fix error in list_host command + 1.0.0 [Dec 28th, 2020]: --- * Add List Services command diff --git a/faraday_cli/__init__.py b/faraday_cli/__init__.py index 5becc17..5c4105c 100644 --- a/faraday_cli/__init__.py +++ b/faraday_cli/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"