Skip to content

Commit b656efe

Browse files
authored
Merge pull request #208 from eclipse-thingweb/next-release
chore(release): prepare release 0.36.2
2 parents 0dc118e + a46abde commit b656efe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.36.2] - 2024-12-13
9+
10+
### Added
11+
12+
- Add support for PEM root certificates ([eb7d549](https://github.com/eclipse-thingweb/dart_wot/commit/eb7d5497accbf767278f86411dac80a7a5b2c30f))
13+
14+
### Changed
15+
16+
- Allow for overriding the OpenSSL security level ([c3c1e5f](https://github.com/eclipse-thingweb/dart_wot/commit/c3c1e5f70caa832b559b0872e5338aee5bc76e3b))
17+
818
## [0.36.1] - 2024-12-06
919

1020
### Added
@@ -1161,6 +1171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11611171

11621172
- Remove TODO from misc issue template ([f0281cf](https://github.com/eclipse-thingweb/dart_wot/commit/f0281cf91d3ab717fa18aef0576ddef5aaf9abcb))
11631173

1174+
[0.36.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.1..v0.36.2
11641175
[0.36.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.0..v0.36.1
11651176
[0.36.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.3..v0.36.0
11661177
[0.35.3]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.35.2..v0.35.3

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_wot
22
description: A W3C Web of Things implementation written in Dart. Supports interacting with Things using CoAP, HTTP, and MQTT.
3-
version: 0.36.1
3+
version: 0.36.2
44
homepage: https://github.com/eclipse-thingweb/dart_wot
55

66
environment:

0 commit comments

Comments
 (0)