diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e06c16..43b9ca1c 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.37.1] - 2025-03-03 + +### Removed + +- Remove incorrect base field ([036de14](https://github.com/eclipse-thingweb/dart_wot/commit/036de14b91ffd1813d955c1cbfc8eb9a78677135)) + ## [0.37.0] - 2025-01-29 ### Changed @@ -1182,6 +1188,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.37.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.37.0..v0.37.1 [0.37.0]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.2..v0.37.0 [0.36.2]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.1..v0.36.2 [0.36.1]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.36.0..v0.36.1 diff --git a/pubspec.yaml b/pubspec.yaml index 1bf9a21e..36acbc57 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.37.0 +version: 0.37.1 homepage: https://github.com/eclipse-thingweb/dart_wot environment: