Skip to content

Commit

Permalink
Prep for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wfg committed Feb 7, 2022
1 parent bff336d commit 4e0c311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## Version 0.5.0 - 2022-02-07
#### Added
- Code repo scanning policy support ([#45](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/45), @pnancarrow)

#### Changed
- The Compute SDK is now included in this repository.
Developing in two separate but very tightly-coupled repositories added unnecessary complexity.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
prismacloudcompute = {
source = "PaloAltoNetworks/prismacloudcompute"
version = "0.4.0"
version = "0.5.0"
}
}
}
Expand Down

0 comments on commit 4e0c311

Please sign in to comment.