diff --git a/CHANGELOG.md b/CHANGELOG.md index a3903982..34ac5dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.107.0](https://github.com/k1LoW/runn/compare/v0.106.0...v0.107.0) - 2024-05-04 +### Breaking Changes 🛠 +- Introduce protoresolv so that protos under it are automatically loaded simply by specifying importPaths. by @k1LoW in https://github.com/k1LoW/runn/pull/909 + ## [v0.106.0](https://github.com/k1LoW/runn/compare/v0.105.2...v0.106.0) - 2024-05-03 ### Breaking Changes 🛠 - Support Buf ecosystem by @k1LoW in https://github.com/k1LoW/runn/pull/908 diff --git a/version/version.go b/version/version.go index b02e68d4..651f8bff 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.106.0" //nostyle:repetition +var Version = "0.107.0" //nostyle:repetition