Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.4.1] (2025-01-23)

* Backport [fix](https://github.com/fbreckle/go-netbox/pull/41) from e-breuninger/terraform-provider-netbox for OpenAPI 3 schema changes in Netbox v4.x


### Features

* Update from Netbox 3.4 swagger ([ec98310](https://github.com/smutel/go-netbox/commit/ec98310e2ebcaaf3b43ac6c7f14de8ea112b37e6))

## [3.4.0](https://github.com/smutel/go-netbox/compare/v3.3.0...v3.4.0) (2023-06-12)


Expand Down
15 changes: 1 addition & 14 deletions netbox/models/nested_ip_address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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