From abf6ca20d49d1c8799f0964cc102fa022e89a529 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Fri, 26 Aug 2022 08:49:24 +0200 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b94235a..0e706a58 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.2.0](https://github.com/smutel/go-netbox/compare/v3.1.2...v3.2.0) (2022-08-26) + + +### Features + +* Update from Netbox 3.2 swagger ([74f00f1](https://github.com/smutel/go-netbox/commit/74f00f11c2bc36bf333f977f8074c0121a461560)) + ### [3.1.2](https://github.com/smutel/go-netbox/compare/v3.1.1...v3.1.2) (2022-06-16) diff --git a/package.json b/package.json index 161a3d04..21edbd24 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.1.2", + "version": "3.2.0", "description": "Go library to interact with NetBox IPAM and DCIM service" }