From 958e1a8ae79602179d0f57edba371691007c5224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 10:05:49 +0000 Subject: [PATCH] chore(release): release 2.0.0 [release] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f1b9ef..7ff59bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [2.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.2.0...v2.0.0) (2022-07-15) + + +### ⚠ BREAKING CHANGES + +* update to new boilerplate and terraform provider + +### Features + +* add documentation; update dependencies; fix [#5](https://github.com/muhlba91/pulumi-proxmoxve/issues/5) ([01814f6](https://github.com/muhlba91/pulumi-proxmoxve/commit/01814f6dff8893697fc586757908bde05d6d780f)) + + +### Bug Fixes + +* **ci:** checkout master of registry ([378af01](https://github.com/muhlba91/pulumi-proxmoxve/commit/378af01b4d9562041e2037864b8d23b973a70dcd)) +* regenerate from tf ([c56e237](https://github.com/muhlba91/pulumi-proxmoxve/commit/c56e237090efde03d60e5a65df607304cacffa25)) + ## [1.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.4...v1.2.0) (2022-01-16)