diff --git a/CHANGELOG.md b/CHANGELOG.md index f89eeaf8..47bf4d1d 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.1](https://github.com/smutel/go-netbox/compare/v3.1.0...v3.1.1) (2022-06-07) + + +### Bug Fixes + +* Object as JSON objects in contact assignment ([9d7758d](https://github.com/smutel/go-netbox/commit/9d7758d392cb519d67b4aee3058f71d321f6a243)) + ## [3.1.0](https://github.com/smutel/go-netbox/compare/v3.0.1...v3.1.0) (2022-05-17) diff --git a/package.json b/package.json index ffbcc8f2..b2e4ef08 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.1.0", + "version": "3.1.1", "description": "Go library to interact with NetBox IPAM and DCIM service" }