Skip to content

Commit dad3f3e

Browse files
authored
Release v1.0.1 (#9)
1 parent bacbd63 commit dad3f3e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0] - 2025-01-XX
10+
## [1.0.1] - 2025-06-21
11+
12+
### Fixed
13+
- Fixed pagination issue when fetching all projects - now retrieves all pages instead of just the first page
14+
- Cleaned up hardcoded version references in example files
15+
- Removed unnecessary API key mentions from examples
16+
- Improved code organization by reordering imports
17+
18+
## [1.0.0] - 2025-06-20
1119

1220
### Added
1321
- Initial release of the Terraform Provider for OpenAI

Makefile

Lines changed: 1 addition & 1 deletion
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.0
10+
VERSION=1.0.1
1111
OS_ARCH=darwin_arm64
1212

1313
default: install

0 commit comments

Comments
 (0)