Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Sep 14, 2022
1 parent db98e89 commit 5fd218f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.1](https://github.com/smutel/go-netbox/compare/v3.2.0...v3.2.1) (2022-09-14)


### Features

* Add go.mod and go.sum ([58e500f](https://github.com/smutel/go-netbox/commit/58e500f651fcc42b9260f2c00ec8b2e6c8507366))
* Add patch to remove primary IP ([e02f45b](https://github.com/smutel/go-netbox/commit/e02f45b1aa2bc88e0a84f3ef82e1cf6ebb4be037))
* Allow Create functions for available prefix/ip to be used ([ef3c365](https://github.com/smutel/go-netbox/commit/ef3c36530a1cae76f6cdebd1e60d08bfc69d0c40))
* Call go mod tidy after build ([98a4273](https://github.com/smutel/go-netbox/commit/98a42730ae22a1199dd620265dacfdd051552b30))

## [3.2.0](https://github.com/smutel/go-netbox/compare/v3.1.2...v3.2.0) (2022-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "go-netbox",
"version": "3.2.0",
"version": "3.2.1",
"description": "Go library to interact with NetBox IPAM and DCIM service"
}

0 comments on commit 5fd218f

Please sign in to comment.