Skip to content

Commit

Permalink
Merge pull request #17 from j3-signalroom/github_issue-16
Browse files Browse the repository at this point in the history
Resolved #16.
  • Loading branch information
j3-signalroom authored Nov 9, 2024
2 parents 586c226 + 0f317f7 commit 18b70aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.00.000] - 2024-08-30
### Changed
-- Updated the Terraform Confluent Provider to `2.9.0`.

## [0.10.00.000] - 2024-08-30
### Changed
-- Updated the Terraform Confluent Provider to `2.1.0`.
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.1.0"
version = "2.9.0"
}
}
}
Expand Down

0 comments on commit 18b70aa

Please sign in to comment.