From b0cfb37d230b88886631245ccd7b8de0e189dd28 Mon Sep 17 00:00:00 2001 From: Robert Blenkinsopp Date: Wed, 27 Oct 2021 16:23:13 +0100 Subject: [PATCH] 1.0.0-beta.4 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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