Skip to content

Commit 5f17d71

Browse files
committed
Bump version to 0.26.1
1 parent db4723d commit 5f17d71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ While the project is still on major version 0, breaking changes may be introduce
1414

1515
<!-- ## Unreleased -->
1616

17+
## [0.26.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.26.1) - 2024-11-26
18+
19+
### Fixed
20+
21+
- Incorporate missing SBOM and `HarborAsyncClient.get_project_artifacts()` changes intended for 0.26.0.
22+
1723
## [0.26.0](https://github.com/unioslo/harborapi/tree/harborapi-v0.26.0) - 2024-11-25
1824

1925
### Added

harborapi/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.26.0"
3+
__version__ = "0.26.1"

0 commit comments

Comments
 (0)