Skip to content

Commit 12407e8

Browse files
authored
Azure Core October GA Release (#5004)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent eab8f6c commit 12407e8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/core/azure-core/CHANGELOG.md

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

3-
## 1.11.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.10.3 (2023-10-05)
84

95
### Bugs Fixed
106

sdk/core/azure-core/src/private/package_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <cstdint>
1212

1313
#define AZURE_CORE_VERSION_MAJOR 1
14-
#define AZURE_CORE_VERSION_MINOR 11
15-
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
14+
#define AZURE_CORE_VERSION_MINOR 10
15+
#define AZURE_CORE_VERSION_PATCH 3
16+
#define AZURE_CORE_VERSION_PRERELEASE ""
1717

1818
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)