Skip to content

Commit 0476210

Browse files
authored
Update CHANGELOG and version numbers (#59)
Changes needed to release AWS IoT Jobs v1.2.0
1 parent aaa311b commit 0476210

File tree

18 files changed

+25
-18
lines changed

18 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for AWS IoT Jobs Library
22

3+
## v1.2.0
4+
5+
### Other Updates:
6+
- [#57](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/57) Update litani and template submodules for cbmc
7+
- [#55](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/55) Update Doxygen version to 1.9.2
8+
- [#54](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/54) Updated aws-templates-for-cbmc-proofs submodule
9+
310
## v1.1.1 (July 2021)
411

512
### API Changes:
@@ -13,7 +20,7 @@
1320

1421
### Other Updates:
1522
- [#37](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/37) Add code examples in documentation of API functions.
16-
- [#43](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/37) Add MISRA rule 2.5 in list of ignored violations in MISRA.md file.
23+
- [#43](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/43) Add MISRA rule 2.5 in list of ignored violations in MISRA.md file.
1724

1825
## v1.0.0 (November 2020)
1926

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "AWS IoT Jobs"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v1.1.1
41+
PROJECT_NUMBER = v1.2.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# 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 : "Jobs-for-AWS-IoT-embedded-sdk"
2-
version: "v1.1.1"
2+
version: "v1.2.0"
33
description: |
44
"Library for using the AWS IoT Jobs service on embedded devices.\n"
55
license: "MIT"

source/include/jobs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

source/jobs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/cbmc/include/jobs_annex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/cbmc/proofs/Jobs_Describe/Jobs_Describe_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/cbmc/proofs/Jobs_GetPending/Jobs_GetPending_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/cbmc/proofs/Jobs_GetTopic/Jobs_GetTopic_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

test/cbmc/proofs/Jobs_MatchTopic/Jobs_MatchTopic_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Jobs v1.1.1
2+
* AWS IoT Jobs v1.2.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)