diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7092b9..cab11569 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.2](https://github.com/smutel/go-netbox/compare/v3.2.1...v3.2.2) (2022-09-23) + + +### Bug Fixes + +* Library version missing in go.mod ([9d5df44](https://github.com/smutel/go-netbox/commit/9d5df442ac55d1cba69b9b2f2783fbbb8ad6556d)) + ### [3.2.1](https://github.com/smutel/go-netbox/compare/v3.2.0...v3.2.1) (2022-09-14) diff --git a/package.json b/package.json index b65f00d4..ee3aae60 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "go-netbox", - "version": "3.2.1", + "version": "3.2.2", "description": "Go library to interact with NetBox IPAM and DCIM service" }