From 0c3704969aae27af8ea6b355c5721876d418d0c5 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:18:21 +0200 Subject: [PATCH] chore(release): 3.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bf4d1d..8b94235a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/smutel/go-netbox/compare/v3.1.1...v3.1.2) (2022-06-16) + + +### Bug Fixes + +* Scope as object in vlangroup ([4b65d2a](https://github.com/smutel/go-netbox/commit/4b65d2ad4ef61d51236fb491c33af9fab5a351e2)) + ### [3.1.1](https://github.com/smutel/go-netbox/compare/v3.1.0...v3.1.1) (2022-06-07) diff --git a/package.json b/package.json index b2e4ef08..161a3d04 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.1.1", + "version": "3.1.2", "description": "Go library to interact with NetBox IPAM and DCIM service" }