From 976ab3d0527f4de2ea65a41be790c508e97fb61b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 02:46:39 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34c879..ceccf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/klarkc/os/compare/v1.4.0...v1.5.0) (2024-01-03) + + +### Features + +* **cache:** add bridge-service pk ([1537500](https://github.com/klarkc/os/commit/1537500421bf4d5f8ec49fdb3dbe9149ca86ccf9)) +* **cache:** add klarkc as a builder ([4d30322](https://github.com/klarkc/os/commit/4d30322b9441567ba4d1c0264b828806956bfcd4)) + + +### Bug Fixes + +* **cache:** add missing self substituter ([ad3512f](https://github.com/klarkc/os/commit/ad3512faf879839169262b6c82d9d15cf6d57b08)) + ## [1.4.0](https://github.com/klarkc/os/compare/v1.3.0...v1.4.0) (2023-12-22)