Skip to content

Commit

Permalink
Cut Release 'v2023.8.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Aug 28, 2023
1 parent 1d7b143 commit cd73190
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230821-140426.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230824-231809.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230825-130334.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v2023.8.28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [August 28, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.18...v2023.8.28)
### Feature
* add support for scorecards
* add secrets API operations
* update go version to 1.21
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
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).## [August 18, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.14...v2023.8.18)
and is generated by [Changie](https://github.com/miniscruff/changie).## [August 28, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.18...v2023.8.28)
### Feature
* add support for scorecards
* add secrets API operations
* update go version to 1.21## [August 18, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.8.14...v2023.8.18)
### Bugfix
* Fixes a json marshaling bug for `InfraInput`## [August 14, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.7.28...v2023.8.14)
### Dependency
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 = "v2023.8.18"
const clientVersion = "v2023.8.28"

0 comments on commit cd73190

Please sign in to comment.