Skip to content

Commit

Permalink
Merge pull request #70 from smutel/release
Browse files Browse the repository at this point in the history
chore(release): 2.0.1
  • Loading branch information
smutel authored Sep 24, 2021
2 parents 54bd2c9 + f00de58 commit f556a6f
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.

### [2.0.1](https://github.com/smutel/terraform-provider-netbox/compare/v1.3.0...v2.0.1) (2021-09-24)


### Features

* Add an option to initialize the client with the private key ([d638c23](https://github.com/smutel/terraform-provider-netbox/commit/d638c230e124c77f54ac711bfef9df2621367656))
* Add limit param to data resources ([472b9e1](https://github.com/smutel/terraform-provider-netbox/commit/472b9e125e25f5bfe6d3db0c7ec4f303dddfc1fc))
* Update provider to work with Netbox 2.11 ([b4b2512](https://github.com/smutel/terraform-provider-netbox/commit/b4b2512a25cb41ef563d9e5a2c6c7aa834e00c7d))


### Bug Fixes

* Fix CI for release generation ([0e70fbf](https://github.com/smutel/terraform-provider-netbox/commit/0e70fbf7a9462596954db52acbe22c27b0d96bb3))

## [2.0.0](https://github.com/smutel/terraform-provider-netbox/compare/v1.3.0...v2.0.0) (2021-09-24)


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": "1.2.0",
"version": "2.0.0",
"description": "Terraform provider for Netbox"
}

0 comments on commit f556a6f

Please sign in to comment.