File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
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.0
10+ VERSION =1.0.1
1111OS_ARCH =darwin_arm64
1212
1313default : install
You can’t perform that action at this time.
0 commit comments