From e226c92043943ae8e6c137b8a35f7d6367854d6f Mon Sep 17 00:00:00 2001 From: indykite <66900860+indykiteone@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:26:39 +0100 Subject: [PATCH] chore(master): release 1.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ version.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e75fb..f9a7c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.10.0](https://github.com/indykite/indykite-sdk-python/compare/v1.9.0...v1.10.0) (2023-01-20) + + +### Features + +* add authorization ([961701d](https://github.com/indykite/indykite-sdk-python/commit/961701dec6cb0d71dc15e65069b7e00d751cdf6d)) +* add authorization ([2982050](https://github.com/indykite/indykite-sdk-python/commit/298205077e7a75a63908d08d0fa74cd03b661e4b)) +* add authorization ([c6d6b6e](https://github.com/indykite/indykite-sdk-python/commit/c6d6b6e2fa6bc124a9cfd80170677597f667ff16)) +* add authorization ([2d922d7](https://github.com/indykite/indykite-sdk-python/commit/2d922d7fd22b5546699cab14fbac6f3dcdc37327)) +* add authorization with token ([15544e2](https://github.com/indykite/indykite-sdk-python/commit/15544e2eb42da2debc856bfd5d36067aca500e6b)) + ## [1.9.0](https://github.com/indykite/indykite-sdk-python/compare/v1.8.0...v1.9.0) (2023-01-12) diff --git a/version.py b/version.py index 0a0a43a..fcfdf38 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.9.0" +__version__ = "1.10.0"