Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.9.0](https://github.com/tailor-platform/patterner/compare/v0.8.0...v0.9.0) - 2025-11-17
### New Features 🎉
- chore: add User-Agent header to Tailor Platform API requests by @dragon3 in https://github.com/tailor-platform/patterner/pull/49
### Other Changes
- fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.31 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/45
- fix(deps): update module buf.build/gen/go/tailor-inc/tailor/connectrpc/go to v1.19.1-20251015043835-ab63191facd7.2 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/43
- fix(deps): update module golang.org/x/sync to v0.18.0 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/47
- fix(deps): update module github.com/olekukonko/tablewriter to v1.1.1 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/48
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in https://github.com/tailor-platform/patterner/pull/50

## [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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

const (
Name = "patterner"
Version = "0.8.0"
Version = "0.9.0"
)

var Revision = "HEAD"