diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 030e93ef20..c44f2843e6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.63.0](https://github.com/wundergraph/cosmo/compare/wgc@0.62.0...wgc@0.63.0) (2024-08-28) + +### Features + +* enable proxy handling for native fetch and connectrpc calls ([#1124](https://github.com/wundergraph/cosmo/issues/1124)) ([e4edd4e](https://github.com/wundergraph/cosmo/commit/e4edd4e9bdd100ecc6a0bd85acc2cd9a338c6892)) (@AndreasZeissner) + # [0.62.0](https://github.com/wundergraph/cosmo/compare/wgc@0.61.0...wgc@0.62.0) (2024-08-28) ### Features diff --git a/cli/package.json b/cli/package.json index 3290f6342b..dc2812eafa 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "wgc", - "version": "0.62.0", + "version": "0.63.0", "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo", "type": "module", "main": "dist/index.js",