From 294e57189e1b83c81e8c320097599e51f2d85d7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:51:01 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++-- library.properties | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cc84c..32743f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/as-iotex/ws_iot_sdk_arduino/compare/v1.0.0...v1.1.0) (2023-07-02) + + +### Features + +* auto update library.properties ([d721d07](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/d721d070147c97b203c6421d6a756bb8d65d7edb)) +* upterm ([d64f738](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/d64f738f3aecb371175311cc7fe2f7c06f1f3c34)) + + +### Bug Fixes + +* add extra file ([8a8e21b](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/8a8e21b8007258b308b17d46d6254cae30f8ad5b)) +* release 2 ([2499bda](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/2499bda9f104357182b994aa9b7dcc3f74bc3b5a)) +* release please ([d9602d5](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/d9602d5239ee71e3384f05c0ce899f564a6f532b)) +* version substitution ([5988894](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/5988894d8b2c24ac7ac7423a2f9a684e89601cd3)) + ## 1.0.0 (2023-07-02) @@ -11,5 +27,3 @@ ### Bug Fixes * enable IOTEX_PLATFORM_C by default on Windows ([b46d7ef](https://github.com/as-iotex/ws_iot_sdk_arduino/commit/b46d7efd0f732a31a50c0c09e16999ed7c8e5953)) - - diff --git a/library.properties b/library.properties index 827625c..8e51c2c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PSACrypto -version=0.1.0 #x-release-please-version +version=1.1.0 #x-release-please-version author=IoTeX maintainer=IoTeX sentence=An implementation of the Platform Security Architecture Crypto API for Arduino.