Skip to content

Commit 5a71036

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 8b31bb4 + 91a19f7 commit 5a71036

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REGISTRY_HOSTNAME=registry.terraform.io
77
NAMESPACE=mkdev-me
88
NAME=openai
99
BINARY=terraform-provider-${NAME}
10-
VERSION=1.0.2
10+
VERSION=1.0.3
1111
OS_ARCH=darwin_arm64
1212

1313
default: install
@@ -57,4 +57,4 @@ clean:
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

0 commit comments

Comments
 (0)