CHANGELOG.md in lcms-engine-0.5.1 vs CHANGELOG.md in lcms-engine-0.5.2
- old
+ new
@@ -2,10 +2,25 @@
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](https://github.com/learningtapestry/lcms-engine/compare/v0.5.1...HEAD)
+## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.2...HEAD)
+
+## [0.5.2](https://github.com/learningtapestry/lcms-engine/compare/v0.5.1...v0.5.2) - 2022.12.12
+
+### Added
+
+- Add m1 support by [@danielgatis](https://github.com/danielgatis)
+
+### Changed
+
+- Bump decode-uri-component from 0.2.0 to 0.2.2
+- Bump sinatra from 3.0.2 to 3.0.4
+- Bump loader-utils from 1.4.0 to 1.4.2
+- Bump nokogiri from 1.13.8 to 1.13.9
+- Bump express from 4.17.1 to 4.18.2
+- Bump minimatch from 3.0.4 to 3.1.2
## [0.5.1](https://github.com/learningtapestry/lcms-engine/compare/v0.5.0...v0.5.1) - 2022.10.25
### Fixed