From e363d900a208d50569fff41b49cd7e07413ab338 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:33:18 +0200 Subject: [PATCH] chore(release): 3.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89eeaf8..47bf4d1d 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.1](https://github.com/smutel/go-netbox/compare/v3.1.0...v3.1.1) (2022-06-07) + + +### Bug Fixes + +* Object as JSON objects in contact assignment ([9d7758d](https://github.com/smutel/go-netbox/commit/9d7758d392cb519d67b4aee3058f71d321f6a243)) + ## [3.1.0](https://github.com/smutel/go-netbox/compare/v3.0.1...v3.1.0) (2022-05-17) diff --git a/package.json b/package.json index ffbcc8f2..b2e4ef08 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.1.0", + "version": "3.1.1", "description": "Go library to interact with NetBox IPAM and DCIM service" }