diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53f0dde..41689d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.1"} +{".":"0.8.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b240..4da732b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.8.0](https://github.com/podonos/onepin-python/compare/v0.7.1...v0.8.0) (2026-07-03) + + +### Features + +* sync SDK to OnePin API v0.40.2 ([#64](https://github.com/podonos/onepin-python/issues/64)) ([aa97888](https://github.com/podonos/onepin-python/commit/aa97888912968233d7b8278a5e028789d15ef281)) +* sync SDK to OnePin API v0.40.3 ([#66](https://github.com/podonos/onepin-python/issues/66)) ([2f2e765](https://github.com/podonos/onepin-python/commit/2f2e7652d49fd266ba50ede69669196f3e254659)) +* sync SDK to OnePin API v0.41.33 ([#70](https://github.com/podonos/onepin-python/issues/70)) ([394f488](https://github.com/podonos/onepin-python/commit/394f488ea3cfcae0b60d5d6a87f4ff06c9beb08d)) + + +### Bug Fixes + +* **ci:** make PyPI promote idempotent for already-published versions ([#67](https://github.com/podonos/onepin-python/issues/67)) ([9acc656](https://github.com/podonos/onepin-python/commit/9acc656075c4ab37342d99405b9e12debae3aa64)) +* **ci:** regenerate SDK from public-spec.yaml, add narrowing guard ([#69](https://github.com/podonos/onepin-python/issues/69)) ([76a0b71](https://github.com/podonos/onepin-python/commit/76a0b71893b02defdab9fb41fea3c42d842d4578)) + ## [0.7.1](https://github.com/podonos/onepin-python/compare/v0.7.0...v0.7.1) (2026-06-22)