From 64b8c525116336781e165e51e9da086a9e2dab53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 18:06:34 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a959251..9c1e95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/slice-soft/keel/compare/v1.1.1...v1.2.0) (2026-03-07) + + +### Features + +* add build info retrieval and associated tests ([#7](https://github.com/slice-soft/keel/issues/7)) ([8747665](https://github.com/slice-soft/keel/commit/87476656fc3790aa5e08c13557a388a884530cbf)) + ## [1.1.1](https://github.com/slice-soft/keel/compare/v1.1.0...v1.1.1) (2026-03-07)