We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d98925 commit 3f41b72Copy full SHA for 3f41b72
3 files changed
sdk/core/core-http/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 2.3.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 2.3.0 (2022-11-03)
14
15
### Features Added
sdk/core/core-http/package.json
@@ -2,7 +2,7 @@
"name": "@azure/core-http",
"sdk-type": "client",
"author": "Microsoft Corporation",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
"tags": [
"isomorphic",
sdk/core/core-http/src/util/constants.ts
@@ -7,7 +7,7 @@ export const Constants = {
/**
* The core-http version
*/
- coreHttpVersion: "2.3.0",
+ coreHttpVersion: "2.3.1",
* Specifies HTTP.
0 commit comments