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" }