We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff336d commit 4e0c311Copy full SHA for 4e0c311
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.5.0 - 2022-02-07
4
+#### Added
5
+- Code repo scanning policy support ([#45](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/45), @pnancarrow)
6
+
7
#### Changed
8
- The Compute SDK is now included in this repository.
9
Developing in two separate but very tightly-coupled repositories added unnecessary complexity.
README.md
@@ -7,7 +7,7 @@ terraform {
required_providers {
prismacloudcompute = {
source = "PaloAltoNetworks/prismacloudcompute"
10
- version = "0.4.0"
+ version = "0.5.0"
11
}
12
13
0 commit comments