From f573b215bd9fc966775f9beba47e931e7c2a53ab Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Thu, 28 Apr 2022 18:28:34 +0200 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1606e96..aa3f7ea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0](https://github.com/smutel/terraform-provider-netbox/compare/v3.0.0...v3.1.0) (2022-04-28) + + +### Bug Fixes + +* Allow setting local_context_data ([5ba20c6](https://github.com/smutel/terraform-provider-netbox/commit/5ba20c6b23fa9d8fa7b5b6a16b8f99155c3aedfa)), closes [#59](https://github.com/smutel/terraform-provider-netbox/issues/59) + + +### Enhancements + +* Remove unused private key (vault removed) ([92804a3](https://github.com/smutel/terraform-provider-netbox/commit/92804a3f40c165503e19d5123784459d5acf1992)) +* Switch to terraform SDKv2 ([dde04e1](https://github.com/smutel/terraform-provider-netbox/commit/dde04e1a5b7d5c5882866c50d237550bc521678c)) + ## [3.0.0](https://github.com/smutel/terraform-provider-netbox/compare/v2.2.1...v3.0.0) (2022-03-18) diff --git a/package.json b/package.json index c55a21f81..51a2c0702 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "terraform-provider-netbox", - "version": "3.0.0", + "version": "3.1.0", "description": "Terraform provider for Netbox" }