From 5fd218f7e51314afa805dd5adc3556df3c95f1b9 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:57:44 +0200 Subject: [PATCH] chore(release): 3.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e706a58..2d7092b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1](https://github.com/smutel/go-netbox/compare/v3.2.0...v3.2.1) (2022-09-14) + + +### Features + +* Add go.mod and go.sum ([58e500f](https://github.com/smutel/go-netbox/commit/58e500f651fcc42b9260f2c00ec8b2e6c8507366)) +* Add patch to remove primary IP ([e02f45b](https://github.com/smutel/go-netbox/commit/e02f45b1aa2bc88e0a84f3ef82e1cf6ebb4be037)) +* Allow Create functions for available prefix/ip to be used ([ef3c365](https://github.com/smutel/go-netbox/commit/ef3c36530a1cae76f6cdebd1e60d08bfc69d0c40)) +* Call go mod tidy after build ([98a4273](https://github.com/smutel/go-netbox/commit/98a42730ae22a1199dd620265dacfdd051552b30)) + ## [3.2.0](https://github.com/smutel/go-netbox/compare/v3.1.2...v3.2.0) (2022-08-26) diff --git a/package.json b/package.json index 21edbd24..b65f00d4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.2.0", + "version": "3.2.1", "description": "Go library to interact with NetBox IPAM and DCIM service" }