From 89fc70bd8314652c55b1904a3416db028f4ddb7d Mon Sep 17 00:00:00 2001 From: smutel <12967891+smutel@users.noreply.github.com> Date: Sat, 22 Oct 2022 18:14:15 +0200 Subject: [PATCH] chore(release): 3.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab11569..6dbb1df0 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.3](https://github.com/smutel/go-netbox/compare/v3.2.2...v3.2.3) (2022-10-22) + + +### Features + +* Remove patch for primary IP ([08c16b7](https://github.com/smutel/go-netbox/commit/08c16b7bb58c032bfafba310c1daa999094e07e4)) + ### [3.2.2](https://github.com/smutel/go-netbox/compare/v3.2.1...v3.2.2) (2022-09-23) diff --git a/package.json b/package.json index ee3aae60..f7d41b9f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.2.2", + "version": "3.2.3", "description": "Go library to interact with NetBox IPAM and DCIM service" }