Skip to content

Commit 4e0c311

Browse files
committed
Prep for v0.5.0
1 parent bff336d commit 4e0c311

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## 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+
47
#### Changed
58
- The Compute SDK is now included in this repository.
69
Developing in two separate but very tightly-coupled repositories added unnecessary complexity.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
prismacloudcompute = {
99
source = "PaloAltoNetworks/prismacloudcompute"
10-
version = "0.4.0"
10+
version = "0.5.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)