Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Mutel committed Mar 11, 2022
1 parent 9a0039c commit 11d79dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0.0](https://github.com/smutel/go-netbox/compare/v2.11.0...v3.0.0) (2022-03-11)


### Features

* Add patch to vcpus required ([41d2380](https://github.com/smutel/go-netbox/commit/41d2380bdfbe7a7771562663f3abfdec0f7b0018))
* Update from Netbox 3.0 swagger ([7744a95](https://github.com/smutel/go-netbox/commit/7744a95bfa8136640b2f4c86531fc43f0370f754))
* Update go-swagger to v0.28.0 ([ea5160b](https://github.com/smutel/go-netbox/commit/ea5160bfbbc26cd780d17f643e2dbaa62ab02f87))


### Bug Fixes

* Rollback on vcpus patch ([8ac0c3c](https://github.com/smutel/go-netbox/commit/8ac0c3c91ff2e66ea159609c883b540365b8406c))

## 2.11.0 (2021-09-23)


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": "2.11.0",
"version": "3.0.0",
"description": "Go library to interact with NetBox IPAM and DCIM service"
}

0 comments on commit 11d79dc

Please sign in to comment.