diff --git a/CHANGELOG.md b/CHANGELOG.md index c63b62ca..f89eeaf8 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.0](https://github.com/smutel/go-netbox/compare/v3.0.1...v3.1.0) (2022-05-17) + + +### Features + +* Update from Netbox 3.1 swagger ([8882546](https://github.com/smutel/go-netbox/commit/888254651a55451de78cf7c91a1625f99460e831)) + ### [3.0.1](https://github.com/smutel/go-netbox/compare/v3.0.0...v3.0.1) (2022-04-24) diff --git a/package.json b/package.json index 6799672d..ffbcc8f2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.0.1", + "version": "3.1.0", "description": "Go library to interact with NetBox IPAM and DCIM service" }