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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [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

## [v0.7.0](https://github.com/tailor-platform/patterner/compare/v0.6.0...v0.7.0) - 2025-09-24
### New Features 🎉
- feat: add parallel fetching for services by @k1LoW in https://github.com/tailor-platform/patterner/pull/32
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.7.0"
Version = "0.7.1"
)

var Revision = "HEAD"