Skip to content

Commit

Permalink
Cut Release 'v2024.11.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Nov 8, 2024
1 parent d1122af commit eae2d57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20241105-100320.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v2024.11.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [November 08, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.28...v2024.11.8)
### Refactor
* BREAKING CHANGE revert ServiceCreateInput and ServiceUpdateInput YAML struct tags back to before 2024 convention
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).

## [November 08, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.28...v2024.11.8)
### Refactor
* BREAKING CHANGE revert ServiceCreateInput and ServiceUpdateInput YAML struct tags back to before 2024 convention

## [October 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.15...v2024.10.28)
### Bugfix
* BREAKING CHANGE: CheckPackageVersionUpdateInput changed to allow MissingPackageResult to be nullable
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package opslevel

const clientVersion = "v2024.10.28"
const clientVersion = "v2024.11.8"

0 comments on commit eae2d57

Please sign in to comment.