From c56bee24931b46ea20416a2d47a63928871d89c8 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:38:52 +0200 Subject: [PATCH] chore(release): 3.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fffd09..37463f38 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.4.0](https://github.com/smutel/go-netbox/compare/v3.3.0...v3.4.0) (2023-06-12) + + +### Features + +* Update from Netbox 3.4 swagger ([ec98310](https://github.com/smutel/go-netbox/commit/ec98310e2ebcaaf3b43ac6c7f14de8ea112b37e6)) + ## [3.3.0](https://github.com/smutel/go-netbox/compare/v3.2.3...v3.3.0) (2023-01-09) diff --git a/package.json b/package.json index 50bb2300..5241d6a2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.3.0", + "version": "3.4.0", "description": "Go library to interact with NetBox IPAM and DCIM service" }