Skip to content

Commit

Permalink
docs: add release docs for v0.11.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Dec 7, 2023
1 parent ffca44f commit 4ab0cf1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/release_notes/v0.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release 0.11.0

- dep: update ocm-controller to v0.18.1 (#96)
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
- Skip Report generation on scheduled run + non PR runs (#92)
- chore(deps): bump the ci group with 3 updates (#88)
- Create dependabot.yml (#82)
- feat: applying lint and fixing the lint issues (#86)
- Add Reports to Mend Scans (#84)
- docs: update the README and add relevant information (#85)
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.10.1"
var ReleaseVersion = "v0.11.0"

// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
var ReleaseCandidate = "rc.1"

0 comments on commit 4ab0cf1

Please sign in to comment.