diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d93060b..514f275b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for AWS IoT Device Shadow library +## v1.4.1 (June 2024) + +### Other +- Fix doxygen deployment on Github. ## v1.4.0 (May 2024) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 2aa7a49e..c09b9081 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Device Shadow" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.4.0 +PROJECT_NUMBER = v1.4.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 diff --git a/manifest.yml b/manifest.yml index 05683227..36213a13 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "Device-Shadow-for-AWS-IoT-embedded-sdk" -version: "v1.4.0" +version: "v1.4.1" description: | "Client library for using the AWS IoT Device Shadow service on embedded devices.\n" license: "MIT"