Skip to content

Commit a856371

Browse files
committed
Cut Release 'v2026.4.13'
1 parent 399bfc8 commit a856371

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.changes/unreleased/Feature-20260409-144550.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v2026.4.13.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [April 13, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.3.6...v2026.4.13)
2+
### Feature
3+
* Add SystemRelationship support on ComponentType and ComponentTypeInput

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## [April 13, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.3.6...v2026.4.13)
8+
### Feature
9+
* Add SystemRelationship support on ComponentType and ComponentTypeInput
10+
711
## [March 06, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.2.18...v2026.3.6)
812
### Feature
913
* Add CRUD operations for team property definitions (`CreateTeamPropertyDefinition`, `UpdateTeamPropertyDefinition`, `GetTeamPropertyDefinition`, `ListTeamPropertyDefinitions`, `AssignTeamPropertyDefinitions`) and entity-scoped property lookup methods (`Team.GetProperty`, `Service.GetProperty`)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package opslevel
22

3-
const clientVersion = "v2026.3.6"
3+
const clientVersion = "v2026.4.13"

0 commit comments

Comments
 (0)