Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Nov 19, 2021
1 parent 4056405 commit ee3ee4d
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.

## [2.2.0](https://github.com/smutel/terraform-provider-netbox/compare/v2.1.0...v2.2.0) (2021-11-19)


### Bug Fixes

* Handle empty custom fields correctly ([b3d342e](https://github.com/smutel/terraform-provider-netbox/commit/b3d342edcae376a79e78a13b354fe9f5cc05ed9a))
* Netbox Boolean custom fields take a Boolean type value ([7015047](https://github.com/smutel/terraform-provider-netbox/commit/7015047d012bef81b7a487587ed7522579d56391))


### Enhancements

* Manage custom fields in prefix resource ([e8086bc](https://github.com/smutel/terraform-provider-netbox/commit/e8086bc0d347eca4d8aba3809b74f64735cf70eb))

## [2.1.0](https://github.com/smutel/terraform-provider-netbox/compare/v2.0.2...v2.1.0) (2021-10-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": "terraform-provider-netbox",
"version": "2.1.0",
"version": "2.2.0",
"description": "Terraform provider for Netbox"
}

0 comments on commit ee3ee4d

Please sign in to comment.