Skip to content

Commit

Permalink
Release v4.12.0 (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Dec 21, 2021
1 parent 65405d1 commit da0dab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.12.0] - 2021-12-21

### Added

- Add changelog entries to release body.
Expand Down Expand Up @@ -266,7 +268,8 @@ Renovate config

- First release.

[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.11.0...HEAD
[Unreleased]: https://github.com/giantswarm/devctl/compare/v4.12.0...HEAD
[4.12.0]: https://github.com/giantswarm/devctl/compare/v4.11.0...v4.12.0
[4.11.0]: https://github.com/giantswarm/devctl/compare/v4.10.0...v4.11.0
[4.10.0]: https://github.com/giantswarm/devctl/compare/v4.9.2...v4.10.0
[4.9.2]: https://github.com/giantswarm/devctl/compare/v4.9.1...v4.9.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "devctl"
source = "https://github.com/giantswarm/devctl"
version = "4.11.1-dev"
version = "4.12.0"
)

func Description() string {
Expand Down

0 comments on commit da0dab1

Please sign in to comment.