From 79d11afc1c0e31b4fc250721ebc5d42bb649cd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Jagie=C5=82=C5=82o?= Date: Sat, 16 Dec 2023 15:35:39 +0100 Subject: [PATCH] Bump version to 2.0.0 (#32) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e02f28..82d9d3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ resource "aws_codepipeline" "example" { module "codepipeline_notifications" { source = "kjagiello/codepipeline-slack-notifications/aws" - version = "1.0.0" + version = "2.0.0" name = "codepipeline-notifications" namespace = "kjagiello"