Skip to content

Commit 47a14aa

Browse files
0.3.0 version bump
1 parent e0dae84 commit 47a14aa

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0 (unreleased)
1+
## 0.3.0
22

33
**New Features:**
44
- Add support for Fabric Multicast

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ catalyst_center:
2727
```hcl
2828
module "catalystcenter" {
2929
source = "netascode/nac-catalystcenter/catalystcenter"
30-
version = "0.2.0"
30+
version = "0.3.0"
3131
3232
yaml_files = ["area.yaml"]
3333
}
@@ -38,7 +38,7 @@ module "catalystcenter" {
3838
| Name | Version |
3939
|------|---------|
4040
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.0 |
41-
| <a name="requirement_catalystcenter"></a> [catalystcenter](#requirement\_catalystcenter) | >= 0.4.4 |
41+
| <a name="requirement_catalystcenter"></a> [catalystcenter](#requirement\_catalystcenter) | >= 0.4.5 |
4242
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
4343
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.12.1 |
4444
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 1.0.0 |

examples/site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ catalyst_center:
3535
```hcl
3636
module "catalystcenter" {
3737
source = "netascode/nac-catalystcenter/catalystcenter"
38-
version = "0.2.0"
38+
version = "0.3.0"
3939
4040
yaml_files = ["area.yaml"]
4141
}

examples/site/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "catalystcenter" {
22
source = "netascode/nac-catalystcenter/catalystcenter"
3-
version = "0.2.0"
3+
version = "0.3.0"
44

55
yaml_files = ["area.yaml"]
66
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
catalystcenter = {
66
source = "CiscoDevNet/catalystcenter"
7-
version = ">= 0.4.4"
7+
version = ">= 0.4.5"
88
}
99
utils = {
1010
source = "netascode/utils"

0 commit comments

Comments
 (0)