diff --git a/CHANGELOG.md b/CHANGELOG.md index a918c743f..4e9e2a6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.1.0](https://github.com/smutel/terraform-provider-netbox/compare/v6.0.0...v6.1.0) (2023-02-01) + + +### Features + +* Add filter to JSON data sources ([345f1ad](https://github.com/smutel/terraform-provider-netbox/commit/345f1ad09b067fde167e03cd57c03f3f24f5e2d1)) + ## [6.0.0](https://github.com/smutel/terraform-provider-netbox/compare/v5.3.1...v6.0.0) (2023-01-13) diff --git a/package.json b/package.json index d178af72c..c4cbd12f9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "terraform-provider-netbox", - "version": "6.0.0", + "version": "6.1.0", "description": "Terraform provider for Netbox" }