diff --git a/CHANGELOG.md b/CHANGELOG.md index 8080907..d11121b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.0-beta.4 + +### Fixed + +- Fixed issue with API layer initialisation when more than one API layer is enabled. This would result in a crash if + this API layer was enabled first. +- Fixed issue with reporting the layer's API layer version information. + ## 1.0.0-beta.3 ### Added