Skip to content

Commit

Permalink
Post release automated changes for openai releases (Azure#26948)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Aug 26, 2023
1 parent 556b545 commit 934b90d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/openai/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.5 (2023-08-25)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/openai/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/openai",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "An isomorphic client library for Azure OpenAI.",
"sdk-type": "client",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion sdk/openai/openai/src/rest/openAIClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function createClient(
},
};

const userAgentInfo = `azsdk-js-openai-rest/1.0.0-beta.5`;
const userAgentInfo = `azsdk-js-openai-rest/1.0.0-beta.6`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
Expand Down

0 comments on commit 934b90d

Please sign in to comment.