From 47bdc54f1a065e3b1b4a67f4e8f5e841768ed0f7 Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot Date: Mon, 4 Nov 2024 21:48:54 +0000 Subject: [PATCH] chore(release): prepare release 0.35.2 Signed-off-by: eclipse-thingweb-bot --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fed4123..e35bfe82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.35.2] - 2024-11-04 + +### Added + +- Add withTrustedRoots config parameter ([28fbb08](https://github.com/eclipse-thingweb/dart_wot/commit/28fbb08f5e4e37cb77259f643c57af5f93a9fd24)) + +### Fixed + +- Let HTTP client use the withTrustedRoots parameter ([e7dc1fe](https://github.com/eclipse-thingweb/dart_wot/commit/e7dc1feb331cba45a0859fdd80d99b6acbc4b273)) + ## [0.35.1] - 2024-11-04 ### Added @@ -1119,6 +1129,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove TODO from misc issue template ([f0281cf](https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb)) +[0.35.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.1..v0.35.2 [0.35.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.0..v0.35.1 [0.35.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.2..v0.35.0 [0.34.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.1..v0.34.2 diff --git a/pubspec.yaml b/pubspec.yaml index 8defbbb3..0177d830 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_wot description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT. -version: 0.35.1 +version: 0.35.2 homepage: https://github.com/eclipse-thingweb/dart_wot environment: