Skip to content

Commit

Permalink
[v1.2.1] Update changelog, version numbers and .md files for release (#…
Browse files Browse the repository at this point in the history
…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 <tonyjosi@amazon.com>
  • Loading branch information
chinglee-iot committed Jun 18, 2024
1 parent c7e39fe commit 61b4499
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for AWS IoT Fleet Provisioning Library

## v1.2.1 (June 2024)

### Other
- Fix doxygen deployment on Github.

## v1.2.0 (May 2024)

### Other
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Fleet Provisioning"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.2.0
PROJECT_NUMBER = v1.2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
version: "v1.2.0"
version: "v1.2.1"
description: |
"Library for using the Fleet Provisioning feature of AWS IoT Core on embedded devices.\n"
license: "MIT"
2 changes: 1 addition & 1 deletion source/fleet_provisioning.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/fleet_provisioning.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/fleet_provisioning_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required ( VERSION 3.22.0 )
project ( "Fleet Provisioning unit test"
VERSION 1.2.0
VERSION 1.2.1
LANGUAGES C )

# Allow the project to be organized into folders.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/fleet_provisioning_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/fleet_provisioning_utest.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.2.0
* AWS IoT Fleet Provisioning v1.2.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down

0 comments on commit 61b4499

Please sign in to comment.