diff --git a/CHANGELOG.md b/CHANGELOG.md index 3920d01..868112e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.3.0](https://github.com/tailor-platform/patterner/compare/v0.2.0...v0.3.0) - 2025-09-08 +### New Features 🎉 +- feat: add configurable acceptable warning threshold by @k1LoW in https://github.com/tailor-platform/patterner/pull/7 +- feat: add pipeline_resolver_execution_paths by @k1LoW in https://github.com/tailor-platform/patterner/pull/8 + ## [v0.2.0](https://github.com/tailor-platform/patterner/compare/v0.1.0...v0.2.0) - 2025-09-08 ### Other Changes - chore: update gqlparser to v2 by @k1LoW in https://github.com/tailor-platform/patterner/pull/3 diff --git a/version/version.go b/version/version.go index 140a6ef..e3c21d7 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( Name = "patterner" - Version = "0.2.0" + Version = "0.3.0" ) var Revision = "HEAD"