Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Apr 28, 2022
1 parent 4dba161 commit f573b21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.1.0](https://github.com/smutel/terraform-provider-netbox/compare/v3.0.0...v3.1.0) (2022-04-28)


### Bug Fixes

* Allow setting local_context_data ([5ba20c6](https://github.com/smutel/terraform-provider-netbox/commit/5ba20c6b23fa9d8fa7b5b6a16b8f99155c3aedfa)), closes [#59](https://github.com/smutel/terraform-provider-netbox/issues/59)


### Enhancements

* Remove unused private key (vault removed) ([92804a3](https://github.com/smutel/terraform-provider-netbox/commit/92804a3f40c165503e19d5123784459d5acf1992))
* Switch to terraform SDKv2 ([dde04e1](https://github.com/smutel/terraform-provider-netbox/commit/dde04e1a5b7d5c5882866c50d237550bc521678c))

## [3.0.0](https://github.com/smutel/terraform-provider-netbox/compare/v2.2.1...v3.0.0) (2022-03-18)


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": "terraform-provider-netbox",
"version": "3.0.0",
"version": "3.1.0",
"description": "Terraform provider for Netbox"
}

0 comments on commit f573b21

Please sign in to comment.