Skip to content

chore(main): release 1.1.0 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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))


2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down