Skip to content

Commit ddae26c

Browse files
[v1.3.1] Update change log, version numbers and .md files for release (#120)
* Fix incorrect version numbering * [v1.3.0] Upda1e change log, version numbers and .md files for release
1 parent cace0b8 commit ddae26c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for coreMQTT Agent Library
22

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+
38
## v1.3.0 (August 2024)
49

510
### Changes

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "coreMQTT Agent"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v1.3.0+
51+
PROJECT_NUMBER = v1.3.1+
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name : "coreMQTT Agent"
2-
version: "v1.3.0+"
2+
version: "v1.3.1+"
33
description: |
44
"Agent for thread-safe use of coreMQTT.\n"
55
license: "MIT"

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required ( VERSION 3.22.0 )
22
project ( "MQTTAgent tests"
3-
VERSION 1.3.0
3+
VERSION 1.3.1
44
LANGUAGES C )
55

66
# Allow the project to be organized into folders.

0 commit comments

Comments
 (0)