Skip to content

Commit

Permalink
Cut Release 'v2024.5.31'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed May 31, 2024
1 parent 13170d9 commit 10b53fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240527-114325.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240531-101833.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v2024.5.31.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [May 31, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.28...v2024.5.31)
### Feature
* add Validate func to Predicate struct
### Dependency
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [May 31, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.28...v2024.5.31)
### Feature
* add Validate func to Predicate struct
### Dependency
* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0

## [May 28, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.5.13...v2024.5.28)
### Bugfix
* make FileContentsPredicate a pointer in RepositorySearchCheckFragment to allow unsetting
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.5.28"
const clientVersion = "v2024.5.31"

0 comments on commit 10b53fc

Please sign in to comment.