From 66ee503f2179b20925305caddd5589ad55815606 Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot Date: Mon, 4 Nov 2024 14:27:07 +0000 Subject: [PATCH] chore(release): prepare release 0.35.1 Signed-off-by: eclipse-thingweb-bot --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff4ea79..10a7ecc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1] - 2024-11-04 + +### Added + +- Add possibility to define a custom SecurityContext ([03796d6](https://github.com/eclipse-thingweb/dart_wot/commit/03796d64505b7c60f258b4b62b251297795b4624)) + ## [0.35.0] - 2024-11-01 ### Added @@ -1109,6 +1115,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.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 [0.34.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.34.0..v0.34.1 diff --git a/pubspec.yaml b/pubspec.yaml index 119ade7d..8defbbb3 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.0 +version: 0.35.1 homepage: https://github.com/eclipse-thingweb/dart_wot environment: