From 69f6c6b404fb4770d07dedf943bfb8a31e7a1ca0 Mon Sep 17 00:00:00 2001 From: "glean-cli-release[bot]" <281050736+glean-cli-release[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:07:14 +0000 Subject: [PATCH] chore(main): release 0.17.2 --- .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 b05f59a..89dfe57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d02038d..55d8cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [0.17.2](https://github.com/gleanwork/glean-cli/compare/v0.17.1...v0.17.2) (2026-07-22) + + +### Dependencies + +* bump github.com/gleanwork/api-client-go to v0.13.3 ([#131](https://github.com/gleanwork/glean-cli/issues/131)) ([aefae40](https://github.com/gleanwork/glean-cli/commit/aefae40ada7db81557a672bd06638aa1aa80d45a)) + ## [0.17.1](https://github.com/gleanwork/glean-cli/compare/v0.17.0...v0.17.1) (2026-06-29)