From 5f17d719fa9247e836f71826d71dcbff209cec52 Mon Sep 17 00:00:00 2001 From: pederhan Date: Tue, 26 Nov 2024 09:51:13 +0100 Subject: [PATCH] Bump version to 0.26.1 --- CHANGELOG.md | 6 ++++++ harborapi/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d79409..7af87fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ While the project is still on major version 0, breaking changes may be introduce +## [0.26.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.26.1) - 2024-11-26 + +### Fixed + +- Incorporate missing SBOM and `HarborAsyncClient.get_project_artifacts()` changes intended for 0.26.0. + ## [0.26.0](https://github.com/unioslo/harborapi/tree/harborapi-v0.26.0) - 2024-11-25 ### Added diff --git a/harborapi/__about__.py b/harborapi/__about__.py index 2836f994..6c5d4283 100644 --- a/harborapi/__about__.py +++ b/harborapi/__about__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.26.0" +__version__ = "0.26.1"