From 5a04fbd5886b60f4ef06352740aa6c3a55d1f279 Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Fri, 20 Jan 2023 13:12:18 -0500 Subject: [PATCH] Bump version to 0.6.6 --- CHANGELOG | 3 +++ cmd/gdc/commands/root.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 70ef251..1a005b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +[0.6.7] - 2023-01-20 +- Changed the `kafka` image to work with M1 chip Macs + [0.6.1 - 0.6.6] - 2022-07-08 - Fix GitHub Actions deploy process - Fixes for logs and down actions diff --git a/cmd/gdc/commands/root.go b/cmd/gdc/commands/root.go index defa3bd..158583e 100644 --- a/cmd/gdc/commands/root.go +++ b/cmd/gdc/commands/root.go @@ -17,7 +17,7 @@ var ComposeFile string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Version: "0.6.5", + Version: "0.6.7", Use: "global_docker_compose (command) --services service1 service2 --compose_file ../docker-compose.yml", Short: "Generate JSON files to use with the Flipp platform deploy scripts", Long: `