Skip to content

Commit 3f41b72

Browse files
authored
Post release automated changes for azure-core-http (#23742)
1 parent 2d98925 commit 3f41b72

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

sdk/core/core-http/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 2.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.3.0 (2022-11-03)
414

515
### Features Added

sdk/core/core-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-http",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
77
"tags": [
88
"isomorphic",

sdk/core/core-http/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Constants = {
77
/**
88
* The core-http version
99
*/
10-
coreHttpVersion: "2.3.0",
10+
coreHttpVersion: "2.3.1",
1111

1212
/**
1313
* Specifies HTTP.

0 commit comments

Comments
 (0)