Skip to content

Commit

Permalink
Make updates for release (#67)
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and version numbers in code
  • Loading branch information
yourslab authored Dec 15, 2021
1 parent 5a56ccb commit ade1cdc
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 23 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog for AWS SigV4 Library

## Changes since v1.0.0
## v1.1.0 (December 2021)

- [#63](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/63) Remove extraneous parentheses in isAllowedChar()
- [#62](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/62) Enable logging macros in CI checks for SigV4
- [#59](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/59) Remove superfluous memmove
- [#58](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/58) Utility word removal from Sigv4 Library
- [#57](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/57) SigV4 Porting Guide
- [#56](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/56) Update Doxygen version to 1.9.2
- [#55](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/55) CBMC Proof Failure Fixes
- [#52](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/52) Fix bugs in generating canonical Query and improve functionality coverage in unit tests.
- [#51](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/pull/51) Payload hash optimization

## v1.0.0 (August 2021)

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

PROJECT_NUMBER = v1.0.0
PROJECT_NUMBER = v1.1.0

# 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 : "SigV4-for-AWS-IoT-embedded-sdk"
version: "v1.0.0"
version: "v1.1.0"
description: |
"Library used in client authorization over HTTP with AWS IoT, on embedded devices.\n"
license: "MIT"
2 changes: 1 addition & 1 deletion source/include/sigv4.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion source/include/sigv4_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion source/include/sigv4_internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion source/include/sigv4_quicksort.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion source/sigv4.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion source/sigv4_quicksort.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/hash_stubs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/sigv4_annex.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/sigv4_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/sigv4_stubs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/hash_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/memcpy.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/memmove.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/sigv4_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/include/sigv4_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/sigv4_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/sigv4_utest.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SigV4 Library v1.0.0
* SigV4 Library v1.1.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down

0 comments on commit ade1cdc

Please sign in to comment.