Skip to content

Commit

Permalink
Cut Release 'v2024.7.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Jul 5, 2024
1 parent 0aabad3 commit c7a61b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240703-111742.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20240703-150707.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v2024.7.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## [July 05, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.2...v2024.7.5)
### Feature
* add team_member and standards_admin UserRole enums
### Removed
* remove deprecated UserRoleBasicUser enum, not used in API anymore
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).

## [July 05, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.2...v2024.7.5)
### Feature
* add team_member and standards_admin UserRole enums
### Removed
* remove deprecated UserRoleBasicUser enum, not used in API anymore

## [July 02, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.6.27...v2024.7.2)
### Feature
* add UniqueIdentifiers utility function to Domain, Service, and Team
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.7.2"
const clientVersion = "v2024.7.5"

0 comments on commit c7a61b5

Please sign in to comment.