From c6a3805e511652db828259966a047630b8e2182a Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 24 Mar 2023 09:56:48 -0700 Subject: [PATCH] feat: release v1.12.0 --- client/client.go | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 9a55c69f..299de69f 100644 --- a/client/client.go +++ b/client/client.go @@ -34,7 +34,7 @@ import ( // DefaultBaseURL is the default base URL for the Rollbar API. const DefaultBaseURL = "https://api.rollbar.com" -const Version = "v1.11.0" +const Version = "v1.12.0" var Mutex sync.Mutex diff --git a/package.json b/package.json index fc17ab3b..5a106369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.11.0", + "version": "1.12.0", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",