diff --git a/index.html b/index.html
index be3f32852..0462c5e07 100644
--- a/index.html
+++ b/index.html
@@ -315,11 +315,9 @@
Package | GitHub Branch | LTS Tag | LTS Start Date | Maintenance End Date |
-vcpkg: 2024-03-04 | lts_03_2024 | LTS_03_2024 | 2024-03-04 | 2025-03-04 |
+vcpkg: 2024-08-12 | lts_08_2024 | LTS_08_2024 | 2024-08-12 | 2025-08-12 |
-vcpkg: 2023-08-07 | lts_08_2023 | LTS_08_2023 | 2023-08-07 | 2024-08-07 |
-
-vcpkg: 2023-04-20 | lts_01_2023 | LTS_01_2023_Ref02 | 2023-04-20 | 2024-04-20 |
+vcpkg: 2024-03-04 | lts_03_2024 | LTS_03_2024 | 2024-03-04 | 2025-03-04 |
'Maintenance End Date' refers to the end of life support of the related version.
@@ -329,10 +327,10 @@
- The main branch is at version 1.8.2.
- February 23, 2020: A new feature is released on main. The version bumps to 1.9.0, is tagged
1.9.0
, and the release is tagged 2020-02-23
.
-- July 9, 2020: A new LTS release occurs. A new release branch
lts_07_2020
is created, the version remains 1.9.0, and the LTS release is tagged LTS_07_2020_Ref01
. The main branch bumps to 1.10.0 and is tagged 1.10.0
.
+- July 9, 2020: A new LTS release occurs. A new release is created, the version remains 1.9.0, and the LTS release is tagged
LTS_07_2020
. The main branch bumps to 1.10.0 and is tagged 1.10.0
.
- August 2, 2020: A new feature is released on main: The main branch has already been bumped for an upcoming release so the version is unchanged. The release is tagged
2020-08-02
.
-- September 28, 2020: A critical bug fix is released: The version on main bumps to 1.10.1, is tagged
1.10.1
, and the release is tagged 2020-09-28
. The critical bug fix is ported to the lts branch lts_07_2020
(and any other existing LTS branch). The lts branch version bumps to 1.9.1, is tagged 1.9.1
, and the updated LTS release is tagged LTS_07_2020_Ref02
. Any submodules that were part of the critical bug fix will be tagged with LTS_07_2020_Ref02
.
-- December 14, 2020: A new feature is released on main. The version bumps to 1.11.0, is tagged
1.11.0
, and the release is tagged 2020-12-14
.
+- September 28, 2020: A critical bug fix is released: The version on main bumps to 1.10.1, is tagged
1.10.1
, and the release is tagged 2020-09-28
. The critical bug fix is ported to the lts release LTS_07_2020
(and any other existing LTS branch) by creating a branch with name lts_07_2020_ref02
, its version bumps to 1.9.1 and is tagged 1.9.1
and LTS_07_2020_Ref02
. Any submodules that were part of the critical bug fix will be tagged with LTS_07_2020_Ref02
.
+- December 14, 2020: A new feature is released on main. The version bumps to 1.11.0, is tagged
1.11.0
, and the release is tagged as 2020-12-14
.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
diff --git a/iothub__client__version_8h.html b/iothub__client__version_8h.html
index 6f8c60605..5cd4ff011 100644
--- a/iothub__client__version_8h.html
+++ b/iothub__client__version_8h.html
@@ -78,7 +78,7 @@
|
-#define | IOTHUB_SDK_VERSION "1.13.0" |
+#define IOTHUB_SDK_VERSION "1.14.0" |
| Macro representing current IoT Hub Client SDK version.
|
|
diff --git a/iothub__client__version_8h_source.html b/iothub__client__version_8h_source.html
index 0c016d530..8493f7b5b 100644
--- a/iothub__client__version_8h_source.html
+++ b/iothub__client__version_8h_source.html
@@ -71,7 +71,7 @@
8 #ifndef IOTHUB_CLIENT_VERSION_H
9 #define IOTHUB_CLIENT_VERSION_H
- 12 #define IOTHUB_SDK_VERSION "1.13.0"
+ 12 #define IOTHUB_SDK_VERSION "1.14.0"
14 #include "umock_c/umock_c_prod.h"