Skip to content

Commit

Permalink
Merge pull request #21 from j3-signalroom/github_issue-20
Browse files Browse the repository at this point in the history
Resolved #20.
  • Loading branch information
j3-signalroom authored Nov 22, 2024
2 parents ebe710d + c624f84 commit 5418aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ 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
## [0.12.00.000] - 2024-11-22
### Changed
-- Updated the Terraform Confluent Provider to `2.10.0`.

## [0.11.00.000] - 2024-11-09
### Changed
-- Updated the Terraform Confluent Provider to `2.9.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.9.0"
version = "2.10.0"
}
}
}
Expand Down

0 comments on commit 5418aaa

Please sign in to comment.