Skip to content

Commit 62939a7

Browse files
committed
Cut Release 'v2025.12.5'
1 parent 1757344 commit 62939a7

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

.changes/unreleased/Dependency-20250916-145243.yaml

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

.changes/unreleased/Dependency-20250916-145616.yaml

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

.changes/unreleased/Feature-20251128-135644.yaml

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

.changes/v2025.12.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [December 05, 2025](https://github.com/OpsLevel/opslevel-go/compare/v2025.8.5...v2025.12.5)
2+
### Feature
3+
* Update relationships to include management rules
4+
### Dependency
5+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
6+
* Bump github.com/relvacode/iso8601 from 1.6.0 to 1.7.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [December 05, 2025](https://github.com/OpsLevel/opslevel-go/compare/v2025.8.5...v2025.12.5)
8+
### Feature
9+
* Update relationships to include management rules
10+
### Dependency
11+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
12+
* Bump github.com/relvacode/iso8601 from 1.6.0 to 1.7.0
13+
714
## [August 05, 2025](https://github.com/OpsLevel/opslevel-go/compare/v2025.7.28...v2025.8.5)
815
### Feature
916
* Increase default pagesize from 100 to 500

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 = "v2025.8.5"
3+
const clientVersion = "v2025.12.5"

0 commit comments

Comments
 (0)