From 94a6c190f6dd3b0b218620233c355457be6b6e72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:36:50 +0000 Subject: [PATCH] Release v2.0.1 (#47) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ changelog/45.fixed.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changelog/45.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a76d8..d64a95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 2.0.1 (2024-11-07) + + +### Fixed + +- Fixed profile error: name '__opts__' is not defined [#45](https://github.com/salt-extensions/saltext-proxmox/issues/45) + + ## v2.0.0 (2024-08-08) diff --git a/changelog/45.fixed.md b/changelog/45.fixed.md deleted file mode 100644 index 70c8536..0000000 --- a/changelog/45.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed profile error: name '__opts__' is not defined