Skip to content

Commit 09f0aa4

Browse files
authored
chore: upgrade version for release (#32)
1 parent 2835a84 commit 09f0aa4

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18+
## [0.3.0] - 2026-04-20
19+
20+
### Added
21+
22+
### Changed
23+
24+
### Fixed
25+
26+
### Removed
27+
1828
## [0.2.0] - 2026-04-09
1929

2030
### Changed
@@ -48,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4858
- `environment_variables` - Manage project and job environment variables
4959
- `environment_variable_job_overrides` - Job-specific variable overrides
5060

51-
[Unreleased]: https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/compare/v0.2.0...HEAD
61+
[Unreleased]: https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/compare/v0.3.0...HEAD
62+
[0.3.0]: https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/compare/v0.2.0...v0.3.0
5263
[0.2.0]: https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/compare/v0.1.0...v0.2.0
5364
[0.1.0]: https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/releases/tag/v1.0.0

topologies/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "dbt_cloud" {
1919
# Pin to a release tag to avoid unexpected changes on terraform init.
2020
# Update the ref when you're ready to upgrade:
2121
# https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/releases
22-
source = "github.com/trouze/terraform-dbtcloud-as-yaml?ref=v0.2.0"
22+
source = "github.com/trouze/terraform-dbtcloud-as-yaml?ref=v0.3.0"
2323

2424
dbt_account_id = var.dbt_account_id
2525
dbt_token = var.dbt_token

0 commit comments

Comments
 (0)