From 73939f22a3a315dc2737abef342395a6e8d20cdb Mon Sep 17 00:00:00 2001 From: Khachatur Ashotyan Date: Thu, 30 Apr 2026 17:19:12 +0400 Subject: [PATCH] chore(main): release 0.1.6 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index afe73bf..268d87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.6](https://github.com/bubustack/core/compare/v0.1.5...v0.1.6) (2026-04-30) + + +### Features + +* update core dependencies and operator config boundary ([2791a99](https://github.com/bubustack/core/commit/2791a997557221bedbf470d11ec826b15377ca89)) +* update core dependencies and operator config boundary ([4e0b054](https://github.com/bubustack/core/commit/4e0b0544fcdec233b750b95b2f65e46adb7b654a)) + ## [0.1.5](https://github.com/bubustack/core/compare/v0.1.4...v0.1.5) (2026-04-19)