Skip to content

Commit

Permalink
Cut Release 'v2024.6.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Jun 17, 2024
1 parent ecf4ff2 commit 8016ef2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240617-114210.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240617-114211.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240612-102204.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240613-103041.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v2024.6.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [June 17, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.6.11...v2024.6.17)
### Feature
* add abililty to list Categories on Scorecards
* add filter predicate config validation
### Dependency
* Bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0
* Bump github.com/hasura/go-graphql-client from 0.12.1 to 0.12.2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [June 17, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.6.11...v2024.6.17)
### Feature
* add abililty to list Categories on Scorecards
* add filter predicate config validation
### Dependency
* Bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0
* Bump github.com/hasura/go-graphql-client from 0.12.1 to 0.12.2

## [June 11, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.31...v2024.6.11)
### Bugfix
* enable unsetting predicates of type PredicateUpdateInput with custom JSON marshal
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.6.11"
const clientVersion = "v2024.6.17"

0 comments on commit 8016ef2

Please sign in to comment.