File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for coreMQTT Agent Library
2
2
3
+ ## v1.3.1 (August 2024)
4
+
5
+ ### Changes
6
+ - [ #117 ] ( https://github.com/FreeRTOS/coreMQTT-Agent/pull/117 ) Update the incorrect version number.
7
+
3
8
## v1.3.0 (August 2024)
4
9
5
10
### Changes
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "coreMQTT Agent"
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v1.3.0 +
51
+ PROJECT_NUMBER = v1.3.1 +
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
name : " coreMQTT Agent"
2
- version : " v1.3.0 +"
2
+ version : " v1.3.1 +"
3
3
description : |
4
4
"Agent for thread-safe use of coreMQTT.\n"
5
5
license : " MIT"
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required ( VERSION 3.22.0 )
2
2
project ( "MQTTAgent tests"
3
- VERSION 1.3.0
3
+ VERSION 1.3.1
4
4
LANGUAGES C )
5
5
6
6
# Allow the project to be organized into folders.
You can’t perform that action at this time.
0 commit comments