Skip to content

Commit

Permalink
chore(main): release 1.2.1 (#117)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.1](v1.2.0...v1.2.1)
(2023-11-08)


### Bug Fixes

* update integrations metadata identifier
([#119](#119))
([402c146](402c146)),
closes
[#95](#95)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Nov 8, 2023
1 parent 402c146 commit 46999c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0...v1.2.1) (2023-11-08)


### Bug Fixes

* update integrations metadata identifier ([#119](https://github.com/hetznercloud/packer-plugin-hcloud/issues/119)) ([402c146](https://github.com/hetznercloud/packer-plugin-hcloud/commit/402c1464217f01f16d1262b8a7c5e525593e71e9)), closes [#95](https://github.com/hetznercloud/packer-plugin-hcloud/issues/95)

## [1.2.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0-rc1...v1.2.0) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.2.0" // x-release-please-version
Version = "1.2.1" // x-release-please-version

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 46999c9

Please sign in to comment.