From 7d545b8e3c95c108db84169fcd48aad72656be28 Mon Sep 17 00:00:00 2001 From: hardworker-bot Date: Thu, 8 Feb 2024 16:23:55 +0000 Subject: [PATCH] chore(release): Publish [skip ci] - controlplane@0.66.1 --- controlplane/CHANGELOG.md | 6 ++++++ controlplane/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/controlplane/CHANGELOG.md b/controlplane/CHANGELOG.md index a1e4fa7b73..c50f26f0ac 100644 --- a/controlplane/CHANGELOG.md +++ b/controlplane/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.66.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.66.0...controlplane@0.66.1) (2024-02-08) + +### Bug Fixes + +* slack update ([#510](https://github.com/wundergraph/cosmo/issues/510)) ([ee724e1](https://github.com/wundergraph/cosmo/commit/ee724e19dc47640c4213ea5d0af0c733bacd9c0b)) (@thisisnithin) + # [0.66.0](https://github.com/wundergraph/cosmo/compare/controlplane@0.65.0...controlplane@0.66.0) (2024-02-08) ### Bug Fixes diff --git a/controlplane/package.json b/controlplane/package.json index 6fceaa6ac2..d6b1343bf3 100644 --- a/controlplane/package.json +++ b/controlplane/package.json @@ -1,6 +1,6 @@ { "name": "controlplane", - "version": "0.66.0", + "version": "0.66.1", "private": true, "description": "WunderGraph Cosmo Controlplane", "type": "module",