Skip to content

Commit

Permalink
Post release automated changes for openai releases (Azure#26127)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-openai
  • Loading branch information
azure-sdk authored Jun 7, 2023
1 parent 781dafc commit 9d95316
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.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2023-06-06)

### Bugs Fixed
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.2",
"version": "1.0.0-beta.3",
"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 @@ -28,7 +28,7 @@ export default function createClient(
...options,
};

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

0 comments on commit 9d95316

Please sign in to comment.