Skip to content

Commit b0a7dd3

Browse files
committed
chore: update CHANGELOG for v0.2.16
Made-with: Cursor
1 parent 204283a commit b0a7dd3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.16] - 2026-03-13
11+
12+
### Fixed
13+
- **Integration Workspace Access UUID/Slug Resolution** - Fixed `portkey_integration_workspace_access` read-after-create failures when `workspace_id` is a UUID but integration workspace APIs return workspace slugs. `GetIntegrationWorkspace()` now resolves UUID input to slug before lookup.
14+
1015
## [0.2.15] - 2026-03-06
1116

1217
### Added
@@ -250,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250255
- Workspace deletion may be blocked by existing resources
251256
- Prompt template updates create new versions (use makeDefault to promote)
252257

253-
[Unreleased]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.15...HEAD
258+
[Unreleased]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.16...HEAD
259+
[0.2.16]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.15...v0.2.16
254260
[0.2.15]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.14...v0.2.15
255261
[0.2.14]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.13...v0.2.14
256262
[0.2.13]: https://github.com/Portkey-AI/terraform-provider-portkey/compare/v0.2.12...v0.2.13

0 commit comments

Comments
 (0)