From 50e94365c600605421507aad4e622198301e717a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 10 Jun 2024 16:36:39 +0100 Subject: [PATCH] Update module version Signed-off-by: Marcus Noble --- CHANGELOG.md | 2 +- tests/e2e/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83492aa..b618963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `clustertest` to v1.0.0 to support Releases with cluster Apps - Update `cluster-standup-teardown` to v1.5.0 to support Releases with cluster Apps -- + ## [1.2.1] - 2024-06-10 ### Changed diff --git a/tests/e2e/go.mod b/tests/e2e/go.mod index 795252d..66b97b0 100644 --- a/tests/e2e/go.mod +++ b/tests/e2e/go.mod @@ -8,7 +8,7 @@ toolchain go1.22.4 replace github.com/giantswarm/apptest-framework => ../../ require ( - github.com/giantswarm/apptest-framework v1.2.0 + github.com/giantswarm/apptest-framework v1.3.0 github.com/giantswarm/clustertest v1.0.0 github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1