From 0a3a93d6e74ceae18a0f45ad969c45fa06b79e49 Mon Sep 17 00:00:00 2001 From: Fabian Breckle Date: Mon, 10 Jul 2023 12:06:19 +0200 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cf3ae2..22324122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.4.0 (July 10th, 2023) + +ENHANCEMENTS + +* **New Resource:** `netbox_device_primary_ip` [#424](https://github.com/e-breuninger/terraform-provider-netbox/pull/424) by [@Ikke](https://github.com/Ikke) +* resource/netbox_virtual_machine: Add `local_context_data` attribute ([#421](https://github.com/e-breuninger/terraform-provider-netbox/pull/421) by [@zeddD1abl0](https://github.com/zeddD1abl0)) + +BUG FIXES + +* resource/netbox_primary_ip: Fix a bug where setting the primary ip of a VM unsets the device id + ## 3.3.3 (June 28th, 2023) ENHANCEMENTS