From 88b24971eda3a4c2407150815a662362ba2105a3 Mon Sep 17 00:00:00 2001 From: Kebechet Date: Tue, 2 Feb 2021 11:29:23 +0000 Subject: [PATCH] Release of version 1.9.0 --- CHANGELOG.md | 10 ++++++++++ thamos/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1878ef70..6ea317b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2595,3 +2595,13 @@ * Regenerate client to support S2I endpoint (#709) * Discover Thoth's s2i tooling to use it in recommendations (#704) * :arrow_up: Automatic update of dependencies by kebechet. (#706) + +## Release 1.9.0 (2021-02-02T11:29:23) +### Features +* Add section about hw and s2i commands to the README file +* Fix link to Thoth s2i description +* Regenerate client with nullable hardware parameters +* Update S2I endpoint response +### Improvements +* Provide thamos hw and thamos s2i commands (#716) +* Regenerate to support new User API structure diff --git a/thamos/__init__.py b/thamos/__init__.py index 6d2e750ae..f33af58ab 100644 --- a/thamos/__init__.py +++ b/thamos/__init__.py @@ -18,5 +18,5 @@ """A CLI tool and library for interacting with Thoth.""" __name__ = "thamos" -__version__ = "1.8.0" +__version__ = "1.9.0" __author__ = "Fridolin Pokorny "