Skip to content

Commit

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

## 3.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.0.1 (2023-04-11)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "3.0.1",
"version": "3.0.2",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Constants = {
/**
* The core-http version
*/
coreHttpVersion: "3.0.1",
coreHttpVersion: "3.0.2",

/**
* Specifies HTTP.
Expand Down

0 comments on commit 38d6412

Please sign in to comment.