From c624f847084b9bb313b4d308b8a1c536438eda59 Mon Sep 17 00:00:00 2001 From: "Jeffrey Jonathan Jennings (J3)" Date: Fri, 22 Nov 2024 12:39:10 -0500 Subject: [PATCH] Resolved #20. --- CHANGELOG.md | 6 +++++- main.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080f0d0..2b539f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/main.tf b/main.tf index 901d6a8..ba5e743 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { required_providers { confluent = { source = "confluentinc/confluent" - version = "2.9.0" + version = "2.10.0" } } }