From d03762ca1d4cec44cbc85218fa80b3d6061fc47e Mon Sep 17 00:00:00 2001 From: David Kim Date: Fri, 19 Jun 2026 15:33:53 +0900 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55e529d..8663d40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.0"} +{".":"0.7.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e61824e..c0c32b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.7.0](https://github.com/podonos/onepin-python/compare/v0.6.0...v0.7.0) (2026-06-19) + + +### Features + +* SDK version-compat gate, health version surface, upgrade nudge ([#52](https://github.com/podonos/onepin-python/issues/52)) ([e61a07d](https://github.com/podonos/onepin-python/commit/e61a07d289073104a086ed6aec6161a6169f829a)) +* sync SDK to OnePin API v0.38.12 ([#54](https://github.com/podonos/onepin-python/issues/54)) ([0338590](https://github.com/podonos/onepin-python/commit/0338590eb1439b8e4051dd506da479d6b1317cab)) + ## [0.6.0](https://github.com/podonos/onepin-python/compare/v0.5.0...v0.6.0) (2026-06-15)