From ac7baca0353e59db65a3f0e06ed3e98c3e44eef8 Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Wed, 22 Jun 2022 18:07:28 +0100 Subject: [PATCH] Prepare for 1.4.0 release --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4b1253cb..eb652116 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +Version 1.4.0 (2022-06-22) +-------------------------- +Bump google-cloud-storage to 2.7.2 (#293) +Bump google-cloud-pubsub to 1.119.0 (#292) +Bump google-cloud-bigquery to 2.13.0 (#291) +Use the http4s iglu registry lookup (#230) +Bump cats effect to 3.3.12 (#290) +Support config files passed on the command line (#282) + Version 1.3.2 (2022-06-13) -------------------------- Mutator: remove concurrency on table updates (#287)