Skip to content

Commit

Permalink
Cut Release 'v2023.7.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Jul 28, 2023
1 parent d230ecd commit 600380b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230718-090733.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230718-105220.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Feature-20230718-105303.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230726-144153.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20230726-144207.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v2023.7.28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [July 28, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.7.17...v2023.7.28)
### Feature
* As a user, I can configure filters with Repository predicates using Go Tools
* As a user, I can configure filter predicates with does not match regex and does not match
* add Taskfile for common tasks
* As a user, I can configure nested filters
* Install newer graphql dependency
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
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).## [July 17, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.5.18...v2023.7.17)
and is generated by [Changie](https://github.com/miniscruff/changie).## [July 28, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.7.17...v2023.7.28)
### Feature
* As a user, I can configure filters with Repository predicates using Go Tools
* As a user, I can configure filter predicates with does not match regex and does not match
* add Taskfile for common tasks
* As a user, I can configure nested filters
* Install newer graphql dependency## [July 17, 2023](https://github.com/OpsLevel/opslevel-go/compare/v2023.5.18...v2023.7.17)
### Bugfix
* Notes now returns rawNotes instead of notes
* Change type of DisplayName field in ContactInput struct
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.7.17"
const clientVersion = "v2023.7.28"

0 comments on commit 600380b

Please sign in to comment.