diff --git a/components/mbedtls_cxx/.cz.yaml b/components/mbedtls_cxx/.cz.yaml index 19a1e30dd..d4da46e78 100644 --- a/components/mbedtls_cxx/.cz.yaml +++ b/components/mbedtls_cxx/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(tls_cxx): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py mbedtls_cxx tag_format: tls_cxx-v$version - version: 0.0.0 + version: 0.1.0 version_files: - idf_component.yml diff --git a/components/mbedtls_cxx/CHANGELOG.md b/components/mbedtls_cxx/CHANGELOG.md new file mode 100644 index 000000000..c1cffd1fc --- /dev/null +++ b/components/mbedtls_cxx/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [0.1.0](https://github.com/espressif/esp-protocols/commits/tls_cxx-v0.1.0) + +### Features + +- Publish mbedtls component ([0140455f](https://github.com/espressif/esp-protocols/commit/0140455f)) diff --git a/components/mbedtls_cxx/idf_component.yml b/components/mbedtls_cxx/idf_component.yml index 1c352e743..8d753a833 100644 --- a/components/mbedtls_cxx/idf_component.yml +++ b/components/mbedtls_cxx/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.0 +version: 0.1.0 url: https://github.com/espressif/esp-protocols/tree/master/components/mbedtls_cxx description: C++ wrapper of mbedtls to perform (D)TLS connection license: Apache-2.0