From 14f8bfa63dd50cebedc57aacaa9040605651fcd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:35:42 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 71e3e0d..0c39c9c 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.7.1" + Version = "0.8.0" ) var Revision = "HEAD" From a7505ad31530a8874fc85829142f40c3300480c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:35:43 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd69bbd..2566759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.8.0](https://github.com/tailor-platform/patterner/compare/v0.7.1...v0.8.0) - 2025-10-09 +### New Features 🎉 +- feat: add metrics `pipeline_resolver_graphql_steps_total` and `pipeline_resolver_function_steps_total` by @k1LoW in https://github.com/tailor-platform/patterner/pull/42 +### Other Changes +- docs: update README to fix example configuration and remove implementation notes by @k1LoW in https://github.com/tailor-platform/patterner/pull/36 +- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.0-20250908011007-1097bcc7b2bf.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/38 +- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/protocolbuffers/go to v1.36.10-20250908011007-1097bcc7b2bf.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/41 +- fix(deps): update module connectrpc.com/connect to v1.19.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/39 + ## [v0.7.1](https://github.com/tailor-platform/patterner/compare/v0.7.0...v0.7.1) - 2025-09-24 ### Other Changes - chore: fix name by @k1LoW in https://github.com/tailor-platform/patterner/pull/34