# ChangelogAll notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).## [Unreleased]## [v0.1] - 2023-03-24### AddedTests and associated fixtures Added tests for schema - mock schema is validAdded tests for adapter - auth - getAuthorizationHeader- broadcast- poll- publish- tokenValid- validate (message delegated to protocol)Added tests for protocol - decode - encode - getType- validate (message)