Skip to content

Commit 61b4499

Browse files
[v1.2.1] Update changelog, version numbers and .md files for release (#46)
* Update version v1.2.1 in changelog, manifest and doxygen * Update version v1.2.1 in source and header files * Update project version in CMakelist --------- Co-authored-by: tony-josi-aws <[email protected]>
1 parent c7e39fe commit 61b4499

File tree

11 files changed

+15
-10
lines changed

11 files changed

+15
-10
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for AWS IoT Fleet Provisioning Library
22

3+
## v1.2.1 (June 2024)
4+
5+
### Other
6+
- Fix doxygen deployment on Github.
7+
38
## v1.2.0 (May 2024)
49

510
### Other

docs/doxygen/config.doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Fleet Provisioning"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v1.2.0
51+
PROJECT_NUMBER = v1.2.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
2-
version: "v1.2.0"
2+
version: "v1.2.1"
33
description: |
44
"Library for using the Fleet Provisioning feature of AWS IoT Core on embedded devices.\n"
55
license: "MIT"

source/fleet_provisioning.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/fleet_provisioning.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/fleet_provisioning_config_defaults.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required ( VERSION 3.22.0 )
22
project ( "Fleet Provisioning unit test"
3-
VERSION 1.2.0
3+
VERSION 1.2.1
44
LANGUAGES C )
55

66
# Allow the project to be organized into folders.

test/cbmc/proofs/FleetProvisioning_GetRegisterThingTopic/FleetProvisioning_GetRegisterThingTopic_harness.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/proofs/FleetProvisioning_MatchTopic/FleetProvisioning_MatchTopic_harness.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/include/fleet_provisioning_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/unit-test/fleet_provisioning_utest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Fleet Provisioning v1.2.0
2+
* AWS IoT Fleet Provisioning v1.2.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)