diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8aacb..bd159c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,22 @@ 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). -## [Unreleased] +## [0.1.5](https://github.com/acquire-project/acquire-driver-common/compare/v0.1.4...v0.1.5) # 2023-08-14 + +### Fixed + +- Software triggering works as expected. + +## [0.1.4](https://github.com/acquire-project/acquire-driver-common/compare/v0.1.3...v0.1.4) # 2023-07-28 ### Changed - Reflect in Storage capabilities interface that basic Storage devices do not support multiscale. +### Added + +- Simulated camera supports u16, i8, i16, and f32 pixel types in addition to u8. + ## [0.1.3](https://github.com/acquire-project/acquire-driver-common/compare/v0.1.2...v0.1.3) - 2023-06-27 ### Changed