From d7cba3a565384a35d33f0d743f7fa8f1678419d3 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sat, 13 May 2023 18:54:33 +0200 Subject: [PATCH] chore: bump version to 0.25.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4495bf7..1783708c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.25.0 + +- feat(binding-coap)!: use blockSize instead of blockSZX +- fix(binding-coap): fix ACE behavior on Unauthorized Response + ## 0.24.1 - fix(discovery): extract port from DNS SRV records diff --git a/pubspec.yaml b/pubspec.yaml index b25a5ad9..bb995625 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.24.1 +version: 0.25.0 homepage: https://github.com/namib-project/dart_wot environment: