Skip to content

Commit 452d358

Browse files
Version bump to 1.0.0
1 parent f9d56ef commit 452d358

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

BACnetClientExample/BACnetClientExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uint8_t invokeId;
6161

6262
// Constants
6363
// =======================================
64-
const std::string APPLICATION_VERSION = "0.0.9"; // See CHANGELOG.md for a full list of changes.
64+
const std::string APPLICATION_VERSION = "1.0.0"; // See CHANGELOG.md for a full list of changes.
6565
const uint32_t MAX_XML_RENDER_BUFFER_LENGTH = 1024 * 20;
6666

6767
// Settings

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 1.0.x
4+
5+
### 1.0.0 (2024-Oct-29)
6+
7+
- Updated example to use with BACnetStack version 5.1.2.0
8+
39
## Version 0.0.x
410

511
### 0.0.9 (2023-Oct-12)

0 commit comments

Comments
 (0)