File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 1.0.3] - 2025-06-23
9+ ### Fixed
10+ - Docs updated to render examples on Terraform Registry correctly
911
1012## [ 1.0.2] - 2025-06-21
1113
@@ -68,4 +70,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6870- Reusable Terraform modules for common patterns
6971
7072[ Unreleased ] : https://github.com/mkdev-me/terraform-provider-openai/compare/v0.1.0...HEAD
71- [ 0.1.0 ] : https://github.com/mkdev-me/terraform-provider-openai/releases/tag/v0.1.0
73+ [ 0.1.0 ] : https://github.com/mkdev-me/terraform-provider-openai/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ REGISTRY_HOSTNAME=registry.terraform.io
77NAMESPACE =mkdev-me
88NAME =openai
99BINARY =terraform-provider-${NAME}
10- VERSION =1.0.2
10+ VERSION =1.0.3
1111OS_ARCH =darwin_arm64
1212
1313default : install
5757 rm -f ${BINARY}
5858 rm -rf ./bin
5959
60- .PHONY : build fmt lint test testacc install install-dev clean release
60+ .PHONY : build fmt lint test testacc install install-dev clean release
You can’t perform that action at this time.
0 commit comments