diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6c0ea3..cf558c34 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.23.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.1) - 2024-01-22 + +## Changed + +- All URLs now point to new repo owner. + ## [0.23.0](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.0) - 2023-12-19 The big Pydantic V2 update. This is a major update in terms of both scope and API compatibility. diff --git a/harborapi/__about__.py b/harborapi/__about__.py index 023aa9a5..a9ad21e4 100644 --- a/harborapi/__about__.py +++ b/harborapi/__about__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.23.0" +__version__ = "0.23.1"