diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52bbb6b..be5dacc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "protobuf": "0.6.0", + "protobuf": "0.6.1", "json": "0.2.8" } \ No newline at end of file diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index bbae675..90c35a9 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.6.0...protobuf-v0.6.1) (2024-08-28) + + +### 🧹 Chore + +* deprecate old protos ([#170](https://github.com/open-feature/flagd-schemas/issues/170)) ([53374a7](https://github.com/open-feature/flagd-schemas/commit/53374a7f79558e8453dc340a4f881b46dabb4eaf)) + ## [0.6.0](https://github.com/open-feature/flagd-schemas/compare/protobuf-v0.5.4...protobuf-v0.6.0) (2024-02-15)